Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 990 Bytes

README.rdoc

File metadata and controls

45 lines (31 loc) · 990 Bytes

Welcome to Mongo4.us

This project was created on 2012-04-17 and is currently under construction.

It will be deployed here:

mongo4.us

I intend to fill it with two types of information about MongoDB. This site will serve links to technical information and notes from my interactions with MongoDB technology.

If you have questions, E-Mail me: dan@bot4.us

Features not done yet

Install Devise:

gem install devise
gem devise
bundle install
rails generate devise:install
vi config/environments/development.rb
vi config/environments/test.rb
vi config/environments/production.rb
rails generate devise User
vi migration
rake db:migrate
rails generate devise views

Install bootstrap:

gem install twitter-bootstrap-rails
gem "twitter-bootstrap-rails"
bundle install
rails g bootstrap:layout application fluid

Eventually:

rails g bootstrap:themed links

Use these colors:

brown: #4C3A2C
green: #009100

Allow Users to create tagged links