Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datacommons/stonesoup
Data Commons Directory
https://github.com/datacommons/stonesoup
Last synced: 5 days ago
JSON representation
Data Commons Directory
- Host: GitHub
- URL: https://github.com/datacommons/stonesoup
- Owner: datacommons
- License: other
- Created: 2013-10-29T02:24:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T19:45:30.000Z (12 months ago)
- Last Synced: 2024-08-01T12:34:14.594Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 25.1 MB
- Stars: 7
- Watchers: 6
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
- awesome-starred - datacommons/stonesoup - Data Commons Directory (others)
README
Stone Soup, the Data Commons Directory
======================================There are somewhat out of date instructions at http://cultivate.coop/wiki/Data_Commons_Directory
This is a Ruby on Rails project. We're using ruby-1.8.7.
Make sure to connect a database:
```
$ cp config/database.yml.dist config/database.yml
```
(this file will need editing).Create an empty database:
```
$ rake db:create
$ rake db:reset
$ rake db:migrate
```You can then run the development server as:
```
$ ./script/server
```