Skip to content

roolio/shapado

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== Dependencies

- git >= 1.5
- ruby >= 1.8.6 <1.9
- rubygems >= 1.3.5
- mongodb >= 1.4
- ruby on rails =2.3.5

== Install Ruby On Rails

sudo gem install -v=2.3.5 rails

== Getting Started

1. Download the sources:

    git clone git://gitorious.org/shapado/shapado.git

    cd shapado/

2. Configure the application

    cp config/shapado.sample.yml config/shapado.yml

    edit shapado.yml

3. Install dependencies

    rake gems:install

4. Download GeoIP data

    script/update_geoip

5. Load default data

    rake bootstrap

6. Add default subdomain to /etc/hosts, for example:

    "0.0.0.0 localhost.lan group1.localhost.lan group2.localhost.lan"

7. Start the server

    script/server

About

free and open source Q&A software, open source stackoverflow style app written in ruby, rails, mongomapper and mongodb.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.5%
  • Ruby 35.5%