Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prashaantt/motherandsriaurobindo-data

The data to go with motherandsriaurobindo.in
https://github.com/prashaantt/motherandsriaurobindo-data

Last synced: about 7 hours ago
JSON representation

The data to go with motherandsriaurobindo.in

Awesome Lists containing this project

README

        

The Incarnate Word
==================

View and search through the works of Sri Aurobindo and the Mother.

### Requirements:

* Rails 4
* MongoDB

### Setup:

````
bundle install
bower install
cp config/application.example.yml config/application.yml (modify to your taste)
rake assets:precompile
git submodule init && git submodule update
rake db:seed
rake import:author['']
rails s
````