Skip to content

Takes a fresh out of the box server and download/installs all the dependencies needed for the other repos to function properly

License

Notifications You must be signed in to change notification settings

Laborate/base-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Install Git on Server
sudo apt-get -y install git
  1. Paste Installer Script on Server
  • Development

    cd ~; git clone [email protected]:Laborate/base-init.git; sudo bash base-init/init.sh dev;
  • Production

    cd ~; git clone [email protected]:Laborate/base-init.git; sudo bash base-init/init.sh;

About

Takes a fresh out of the box server and download/installs all the dependencies needed for the other repos to function properly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages