Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1010 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 1010 Bytes

Introduction

Auto create initial server host for nginx and apache (httpd), create project root from git repo. Only for laravel project.

Requirements

  • 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)

Disclaimers

Run at your own risk !!! :p

How to use

Dead simple. Run any of binary release based on your platform. e.g:

$ ./server-host-automation-linux-amd64

and press enter.

1

Make executable code global

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