Install with git
1. Install git
2. Enter the desired folder where you want to install myaac.
On linux, this can be /var/www
3. Clone the repository from github
4. Enter the folder
5. (optional) Change branch to develop to use latest features
You are done. If you did Step 5., then also follow next (optional) steps.
6. (optional) Install composer: https://getcomposer.org/
7. (optional) Install dependencies
After installing composer, install dependencies with following command
or just
(depends on how you installed the composer on your system)
Last updated