2017 © Pedro Peláez
 

library server

Server commands

image

jumpgate/server

Server commands

  • Monday, June 18, 2018
  • by stygiansabyss
  • Repository
  • 2 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 8 % Grown

The README.md

Welcome to Server Commands

This package contains helpful commands created for managing the Nuka Code server., (*1)

Install

Run the following composer command to install Jumpgate Commands globally., (*2)

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., (*3)

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., (*4)

For best results make sure to allow the command service nginx reload via your sudo configuration., (*5)

server new-site sub.domain.com

The Versions

18/06 2018

dev-master

9999999-dev

Server commands

  Sources   Download

MIT

The Requires

 

by Brandon Hyde

symfony jumpgate

18/06 2018

1.2

1.2.0.0

Server commands

  Sources   Download

MIT

The Requires

 

by Brandon Hyde

symfony jumpgate

18/12 2017

1.1

1.1.0.0

Server commands

  Sources   Download

MIT

The Requires

 

by Brandon Hyde

symfony jumpgate

07/12 2017

1.0

1.0.0.0

Server commands

  Sources   Download

MIT

The Requires

 

by Brandon Hyde

symfony jumpgate