Im currently using OpenTibiaBR's tutorial to set up a canary server and im stuck on the MyAAC installation. These are the commands im instructed to use below, but when im using
I get an error saying /var/www/html is not writable, and proceeding with
says "Could not open input file: composer.phar
What am I doing wrong?
These are the commands Im instructed to use to install MyAAC according to OpenTIbiaBR's instructions
Code:
sudo curl -Ss https://getcomposer.org/installer | php
Code:
sudo php composer.phar install
What am I doing wrong?
These are the commands Im instructed to use to install MyAAC according to OpenTIbiaBR's instructions
LUA:
cd ~
sudo git clone https://github.com/slawkens/myaac.git
sudo mv myaac/* /var/www/html
sudo rm -rf myaac
sudo chown -R www-data:www-data /var/www/html
sudo usermod -aG www-data $(whoami)
cd /var/www/html
sudo chmod -R 775 . && sudo chmod -R 775 system/ images/ plugins/ tools/
sudo curl -Ss https://getcomposer.org/installer | php
sudo php composer.phar install
sudo curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash
command -v nvm
sudo nvm install node # "node" is an alias for the latest version
sudo npm install -g npm
sudo npm install