https://github.com/pixelhandler/blog-conf
Server config for blog API and client apps
https://github.com/pixelhandler/blog-conf
Last synced: 6 months ago
JSON representation
Server config for blog API and client apps
- Host: GitHub
- URL: https://github.com/pixelhandler/blog-conf
- Owner: pixelhandler
- Created: 2016-05-21T23:22:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-21T23:23:09.000Z (over 9 years ago)
- Last Synced: 2025-06-12T05:05:47.165Z (7 months ago)
- Language: DIGITAL Command Language
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog-conf
Config files for hosting Rails API and HTML/JavaScript/CSS apps.
## Rails API
- https://gorails.com/deploy/ubuntu/14.04
## Ruby with rbenv
- https://www.digitalocean.com/community/tutorials/how-to-install-ruby-on-rails-with-rbenv-on-ubuntu-14-04
## SSL certificates
- https://letsencrypt.readthedocs.io/en/latest/
## Passenger with nginx
- https://www.digitalocean.com/community/tutorials/how-to-install-rails-and-nginx-with-passenger-on-ubuntu
- https://www.phusionpassenger.com/library/walkthroughs/deploy/ruby/digital_ocean/nginx/oss/trusty/install_passenger.html
## PostgreSQL
- https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-14-04
## Redis
- https://www.digitalocean.com/community/tutorials/how-to-install-and-use-redis
- http://redis.io/topics/quickstart
## Deployment
- https://www.digitalocean.com/community/tutorials/how-to-deploy-a-rails-app-with-passenger-and-nginx-on-ubuntu-14-04
## Sinatra app to read HTML from Redis store
- https://github.com/pixelhandler/blog-index
- http://ember-cli-deploy.github.io/ember-cli-deploy/docs/v0.6.x/the-lightning-strategy/