Install with git
1. Install git
sudo apt install git2. Enter the desired folder where you want to install myaac.
cd /var/www3. Clone the repository from github
git clone https://github.com/slawkens/myaac.git4. Enter the folder
cd myaac5. Adjust file permissions
sudo chown -R www-data:www-data /var/www/*sudo chmod 660 images/guilds
sudo chmod 660 images/houses
sudo chmod 660 images/gallery
sudo chmod -R 760 system/cache6. Install Composer
7. Install Composer dependencies
8. Install NPM
1. Download NVM (Node Version Manager)
2. Reconnect ssh client (for example: Exit and login with putty)
3. Verify installation
4. Install node
5. Update NPM to latest version
9. Install NPM dependencies
Last updated