Skip to content

Set up SLG project

Shared Account edited this page Mar 19, 2018 · 1 revision

In order to set up a local/new instance of SLG project are a few steps to follow.

  • add your DNS to google link (http://dns-tools.linuxserv.space/google-cloud-dns) - it should be like: slg-yourname.linuxserv.space
  • clone the git repo on your server var/www/slg
  • add the folders from Archive.zip to var/www/lib
  • set up the conf file like:
  1. go to: cd /etc/nginx/sites-available/
  2. add a new file, like work (sudo cp work.conf slg-yourname.conf)
  3. set up/change the right folders into slg-yourname.conf using sudo nano slg-yourname.conf
  4. go to: cd /etc/nginx/sites-enabled/
  5. add a new file, like slg-yourname.conf (sudo cp work.conf slg-yourname.conf)
  6. set up/change the right folders into slg-yourname.conf using sudo nano slg-yourname.conf
  7. sudo nginx -t => Check your configuration for syntax errors
  8. sudo service nginx restart
Clone this wiki locally