We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71cf90b commit 85d4dc8Copy full SHA for 85d4dc8
scripts/install.sh
@@ -82,7 +82,7 @@ cp ${TEMPLATES_PATH}ip/. /var/www/ip/html -r
82
cp ${ABSOLUTE_PATH}.env.example ${ABSOLUTE_PATH}.env
83
sudo sed -i "s|localhost|${PUBLIC_IP}/server-tools|" ${ABSOLUTE_PATH}.env
84
ln -s ${ABSOLUTE_PATH}public /var/www/ip/html/server-tools
85
-composer install -d=$ABSOLUTE_PATH
+cd $ABSOLUTE_PATH && composer install
86
php ${ABSOLUTE_PATH}artisan key:generate
87
ln -s ${ABSOLUTE_PATH}artisan /usr/bin/server-tools
88
chmod +x /usr/bin/server-tools
0 commit comments