Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/datacommons/stonesoup

Data Commons Directory
https://github.com/datacommons/stonesoup

Last synced: 5 days ago
JSON representation

Data Commons Directory

Awesome Lists containing this project

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
```