Malligarjunan/MyQASite
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
== Dependencies
- git >= 1.6
- ruby >= 1.8.7 <1.9
- rubygems >= 1.3.7
- mongodb >= 1.6
- ruby on rails =2.3.10
== Install Ruby On Rails
sudo gem install -v=2.3.10 rails
== Getting Started
1. Download the sources:
git clone git@github.com:Malligarjunan/MyQASite.git
cd MyQASite/
2. Configure the application
edit shapado.yml
edit database.yml
3. Install dependencies
rake gems:install
4. Load default data
rake bootstrap RAILS_ENV=development
5. Add default subdomain to /etc/hosts, for example:z
"0.0.0.0 localhost.lan group1.localhost.lan group2.localhost.lan"
6. Start the server
script/server -e development