Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcelo-soares-souza/onemillionvoices
One Million Voices of Agroecology. Discover and share valuable resources and knowledge, find agroecological practices near you and connect with a like-minded community. Create a profile, explore and be found. #Agroecology #Agroecología #Agroécologie #OneMillionVoices
https://github.com/marcelo-soares-souza/onemillionvoices
agroecologia agroecologie agroecology freesoftware gis leaflet onemillionvoices opensource openstreetmap rubyonrails socialtechnology
Last synced: 1 day ago
JSON representation
One Million Voices of Agroecology. Discover and share valuable resources and knowledge, find agroecological practices near you and connect with a like-minded community. Create a profile, explore and be found. #Agroecology #Agroecología #Agroécologie #OneMillionVoices
- Host: GitHub
- URL: https://github.com/marcelo-soares-souza/onemillionvoices
- Owner: marcelo-soares-souza
- License: gpl-3.0
- Created: 2023-05-16T19:06:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-23T14:12:19.000Z (about 1 month ago)
- Last Synced: 2024-12-17T11:24:24.358Z (6 days ago)
- Topics: agroecologia, agroecologie, agroecology, freesoftware, gis, leaflet, onemillionvoices, opensource, openstreetmap, rubyonrails, socialtechnology
- Language: HTML
- Homepage: https://onemillionvoices.agroecologymap.org/
- Size: 8.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# One Million Voices - Agroecology Map
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/I2I0G99V3)
1) Install Bundler
- gem install bundler
2) Set environment variables with database connection information (see the example below)
- export RAILS_ENV='development'
- export USERNAME_DB='devel'
- export PASSWORD_DB='devel'
- export HOST_DB='localhost'
- export PORT_DB='5432'Rename config/database.yml.example to config/database.yml
3) Init environment
- bundle install
- bundle exec rails db:create
- bundle exec rails db:migrate
- bundle exec rails db:seed4) Start Rails Server
- bundle exec rails server
More info: https://agroecologymap.org/
#### This project (Source-Code) is licensed under the terms of the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html) (See LICENSE.md)
#### All content of Plataform is licensed under [Creative Commons (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/) (See CONTENT_LICENSE.md)