An open API service indexing awesome lists of open source software.

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

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/