Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 379 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 379 Bytes
  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;