Bike!Bike! Website!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Godwin db60933506 The working basics 10 years ago
app The working basics 10 years ago
bin first commit 11 years ago
bower_components The working basics 10 years ago
config The working basics 10 years ago
db The working basics 10 years ago
nbproject removed servers 11 years ago
public The working basics 10 years ago
spec Fixed specs 11 years ago
test The working basics 10 years ago
.coveralls.yml Bumped VERSION to 0.1.3 11 years ago
.gitignore removed servers 11 years ago
.rspec Updated gems 11 years ago
.slugignore moved files to proper folder 11 years ago
.travis.yml The working basics 10 years ago
CHANGELOG.md Updated gems 11 years ago
DB specs.txt The working basics 10 years ago
Gemfile The working basics 10 years ago
Gemfile.lock The working basics 10 years ago
LICENSE Bumped VERSION to 0.1.3 11 years ago
README.md The working basics 10 years ago
Rakefile The working basics 10 years ago
VERSION Updated gems 11 years ago
bower.json The working basics 10 years ago
config.rb The working basics 10 years ago
config.ru Bumped VERSION to 0.2.0 11 years ago
false The working basics 10 years ago
jpegoptim.exe The working basics 10 years ago
optipng.exe The working basics 10 years ago
wizard.jpg The working basics 10 years ago

README.md

Bike!Bike!

This is a starter web application based on the following technology stack:

Starter App is deployable on Heroku. Demo: http://ruby2-rails4-bootstrap-heroku.herokuapp.com/

Gemfile also contains a set of useful gems for performance, security, api building...

Nitrous.IO

Starter App supports online development on Nitrous.IO.

You need:

  • A Nitrous.IO box with at least 512MB of memory.
  • Two "Dev Plan" heroku databases (one for development and one for test)
  • The following environment variables on your Nitrous.IO box's .bashrc:
    export STARTER_APP_DEV_DB_DATABASE=YOUR_DEV_DB_DATABASE
    export STARTER_APP_DEV_DB_USER=YOUR_DEV_DB_USER
    export STARTER_APP_DEV_DB_PASSWORD=YOUR_DEV_DB_PASSWORD
    export STARTER_APP_DEV_DB_HOST=YOUR_DEV_DB_HOST
    export STARTER_APP_DEV_DB_PORT=YOUR_DEV_DB_PORT
    
    export STARTER_APP_TEST_DB_DATABASE=YOUR_TEST_DB_DATABASE
    export STARTER_APP_TEST_DB_USER=YOUR_TEST_DB_USER
    export STARTER_APP_TEST_DB_PASSWORD=YOUR_TEST_DB_PASSWORD
    export STARTER_APP_TEST_DB_HOST=YOUR_TEST_DB_HOST
    export STARTER_APP_TEST_DB_PORT=YOUR_TEST_DB_PORT
    

A guide for creating heroku databases and edit .bashrc on Nitrous.IO is available here: http://help.nitrous.io/postgres/