Giter Club home page Giter Club logo

kegbot-heroku's Introduction

Kegbot on Heroku

This is ready to deploy repo for hosting Kegbot on Heroku.

Requirements

  • A Heroku account
  • An AWS account and S3 bucket

Quick start

For those with heroku experience this should be pretty easy.

  1. Clone this repository
  2. Create heroku app heroku create
  3. Push to heroku git push heroku master
  4. Add New Relic for monitoring heroku addons:add newrelic
  5. Add MemCachier heroku addons:add memcachier
  6. Add database heroku addons:add heroku-postgresql:dev
  7. Promote the database heroku pg:promote HEROKU_POSTGRESQL_CYAN_URL Note: replace CYAN with the color from the previous command.
  8. Set kegbot config path heroku config:add KEGBOT_SETTINGS_DIR=/app/
  9. Set the following config variables for you S3 bucket.
  heroku config:add AWS_ACCESS_KEY_ID="XXXXXXXXXXXXXXXXXXXX"
  heroku config:add AWS_SECRET_ACCESS_KEY="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
  heroku config:add AWS_STORAGE_BUCKET_NAME="bbbbbbbb"
  heroku config:add AWS_S3_CUSTOM_DOMAIN="bbbbbbbb.s3.amazonaws.com"
  1. Initialize database
  heroku run kegbot syncdb --all --noinput -v 0
  heroku run kegbot migrate --all --fake --noinput -v 0
  1. Upload static files to S3 bucket heroku run kegbot collectstatic
  2. Visit site heroku open and finish initial configuration

Contributing

Please report issues or send a pull request.

kegbot-heroku's People

Contributors

szechyjs avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.