Skip to content

Instantly share code, notes, and snippets.

View Asher978's full-sized avatar
💻
getting it done!

@Sh Asher978

💻
getting it done!
View GitHub Profile
@Asher978
Asher978 / FinalProject.md
Last active September 13, 2017 14:24
Final Project Proposal

Final Project Proposal

Planned Technologies

  • REACT: Frontend UI
  • Rails: Used as an API to save all the content for the photographer
  • Rails Action Mailer - For Email Handlings Source Here
  • DropBox - To Store all the pics (references will be saved in Rails DB)

User Stories

  • User should be able to see the Bio page which includes all the content for the Photographer
@Asher978
Asher978 / README.md
Created September 2, 2018 22:52 — forked from jimothyGator/README.md
Nginx configuration for Mac OS X with Homebrew, using sites-enabled directory.
mkdir -p /usr/local/etc/nginx/sites-{enabled,available}
cd /usr/local/etc/nginx/sites-enabled
ln -s ../sites-available/default.conf
ln -s ../sites-available/default-ssl.conf

File locations:

  • nginx.conf to /usr/local/etc/nginx/
  • default.conf and default-ssl.conf to /usr/local/etc/nginx/sites-available
  • homebrew.mxcl.nginx.plist to /Library/LaunchDaemons/