Install with git
Next we will download & install MyAAC 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. Adjust file permissions
Change file owner to www-data (web user)
Set proper file flags (with chmod)
6. Install Composer
7. Install Composer dependencies
After installing composer, install dependencies with following command
or just
(depends on how you installed the composer on your system)
8. Install NPM
TLDR: (Execute following commands to install the latest version of Node.js and NPM on Ubuntu)
1. Download NVM (Node Version Manager)
2. Reconnect ssh client (for example: Exit and login with putty)
3. Verify installation
If it's ok, you should see "nvm" printed.
4. Install node
5. Update NPM to latest version
9. Install NPM dependencies
If you followed the 8. Step, you should have NPM installed. Now you can install the dependencies.
Last updated