Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/resource-watch/resource-watch-legacy
DEPRECATED
https://github.com/resource-watch/resource-watch-legacy
Last synced: 1 day ago
JSON representation
DEPRECATED
- Host: GitHub
- URL: https://github.com/resource-watch/resource-watch-legacy
- Owner: resource-watch
- Created: 2016-03-22T15:50:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T09:06:17.000Z (over 7 years ago)
- Last Synced: 2024-04-14T09:38:31.666Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 51.9 MB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resource Watch
The world's resources are becoming scarce; at the same time, we aren't providing enough for everyone to live well and prosper. But with trends in mobile phone use, big data processing and global citizenship, we have never been in such a good position to tackle these interrelated issues head on. We just need a way to listen to our planet's signals, together, and broadcast what we learn to those who can use it.
Resource Watch is an open platform for everyone to explore accurate, up-to-date insights about our planet. Anyone can create visualisations or apps, using data from satellites, sensors and social media, to tell stories about the state of our planet. Then, with seamless sharing tools, show the world what you've learnt and inspire action.
For more information visit [resourcewatch.org](http://resourcewatch.org/)
## Installation
Requirements:
* Ruby 2.3.0 [How to install](https://gorails.com/setup/osx/10.10-yosemite)
* PostgreSQL 9+ [How to install](http://exponential.io/blog/2015/02/21/install-postgresql-on-mac-os-x-via-brew/)Install global dependencies:
gem install bundler
Install project dependencies:
bundle install
Set up environment variables using .env.sample
## Usage
To run application:
bundle exec rails server
To manage localisation texts:
i18n-tasks 'comand'
Useful commands
'health' (check the status)
'normalize' (sort by name)
'add-missing' (add to file.yml the missing keys)More info in https://github.com/glebm/i18n-tasks
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b feature/my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin feature/my-new-feature`
5. Submit a pull request :D