Skip to content

innoq/helloworld

 
 

Repository files navigation

Sample App, more to follow, not yet useful for anything

Setup

Clone Helloworld:

git clone [email protected]:innoq/helloworld.git

Bundle dependencies:

bundle install

Create and initialize Database

bundle exec rake db:setup

Popoulate some data:

bundle exec rake db:populate_pexels

Run the server:

rails server

Deployment

bundle exec cap innoq deploy

TODO

  • Status
  • Layout & CSS
    • Dashboard
    • Forms

Later:

  • Messages

Heroku

Add S3 config to Heroku:

heroku config:add S3_BUCKET=helloworld_uploads S3_KEY=XXX S3_SECRET=XXX

About

Sample App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 83.5%
  • Ruby 11.7%
  • CSS 4.2%
  • Other 0.6%