Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/prashaantt/motherandsriaurobindo-data
- Owner: prashaantt
- License: mit
- Created: 2015-08-19T06:33:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-19T09:18:35.000Z (over 9 years ago)
- Last Synced: 2023-03-30T04:52:48.749Z (almost 2 years ago)
- Language: Ruby
- Size: 2.94 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
````