Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 587 Bytes

InstallGuide.md

File metadata and controls

20 lines (12 loc) · 587 Bytes

Installation Guide

Mac

Frontend

  1. Install nginx: brew install nginx

  2. Set up nginx

  3. Go to where nginx is installed : cd /usr/local/etc/nginx

  4. Open nginx.conf. At the very last line of nginx.conf, you will see include servers/*. Move that line before }, which should be a line or two above the include servers/*

  5. Create codingyard.conf file under servers/ directory, and copy and paste this.

  6. Run nginx sudo nginx

  7. You can stop nginx by sudo nginx -s stop

Linux

Write me.