Skip to content

hackternoon/mongo4us

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

MongoDB Technical Information Portal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages