Skip to content

Instantly share code, notes, and snippets.

View wilforlan's full-sized avatar
🏠
Working from home

Williams Isaac wilforlan

🏠
Working from home
View GitHub Profile
@wilforlan
wilforlan / using-bs-in-ionic.txt
Created March 13, 2018 10:27
Using bootstrap css inside ionic app
Create a file
> src/assets/scss/tools/_bootstrap.min.scss
Paste this inside
```
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
@jimothyGator
jimothyGator / README.md
Last active April 25, 2024 18:00
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/