Auto create initial server host for nginx and apache (httpd), create project root from git repo. Only for laravel project.
- Must run this application as
root
user - Configure your server to have SSH connection between your server and git repository(gitlab, github, etc)
- Your server should have
wget
application installed - Your server should have nginx running (if using nginx)
- Your server should have apache running (if using apache)
Run at your own risk !!! :p
Dead simple. Run any of binary release based on your platform. e.g:
$ ./server-host-automation-linux-amd64
and press enter.
Make it executable
chmod u+x server-host-automation-linux-amd64
and copy/move to bin folder
cp server-host-automation-linux-amd64 /usr/local/bin/shautomation
Once done, directly run the application using following command
$ shautomation