Skip to content

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

Notifications You must be signed in to change notification settings

metallurgical/server-host-automation

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published