jumpgate / server
Server commands
1.2
2018-06-18 06:10 UTC
Requires
- symfony/console: ^3.4|^4.0
- symfony/filesystem: ^3.4|^4.0
This package is auto-updated.
Last update: 2024-10-27 20:47:06 UTC
README
This package contains helpful commands created for managing the Nuka Code server.
Install
Run the following composer command to install Jumpgate Commands globally.
composer global require jumpgate/server
Make sure to place the ~/.composer/vendor/bin
directory in your PATH so the laravel executable can be located by your system.
echo 'export PATH="$HOME/.composer/vendor/bin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile
New Site Command
The new command will create an Nginx config in ~/nginx/sites-avaiable
and then sym link it to the sites enable directory.
After this is done it will create a directory for the domain in ~/sites
. Once this is complete it will restart Nginx using sudo service nginx reload
.
For best results make sure to allow the command service nginx reload
via your sudo configuration.
server new-site sub.domain.com