A web app to explore analysis to measure and identify green jobs.
These instructions will get a copy of the project up and running on your local machine for development and testing purposes.
Ruby (see .ruby-version) and PostgreSQL.
- Clone the repo, i.e.
git clone https://github.com/nestauk/asf_green_jobs_site.git
- Navigate to the root directory of the project.
bundle install
to install Ruby dependencies.bin/dev
to start a local development server.
If you need to import an existing database you can use a utility like pg_restore
.
The /lib/tasks/import.rake
allows a properly structured CSV file to be used to import data into the app.
We currently use Heroku to host and deploy this app.
First of all, thank you for your help!
Be sure to check out the projects open issues to see where help is needed - those labeled good first issue can be a good place to start.
If you've spotted a bug please file an issue and apply the bug
label. Even better, submit a pull request (details below) with a patch.
If you want a feature added the best way to get it done is to submit a pull request that implements it...
- Fork the repo
- Create your feature branch (
git checkout -b my-new-feature
) - Implement your changes
- Commit your changes (
git commit -am 'Add some feature'
) - Push to GitHub (
git push origin my-new-feature
) - Create a pull request into the main branch
Alternatively you can submit an issue describing the feature.
We use SemVer for versioning. For the versions available, see the tags on this repository.