Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcelo-soares-souza/Agroecology-Map
Agroecology Map, Knowledge and Practices, is a technological platform that allows the mapping and exchange of Agroecological experiences (Agroforestry) in order to bring people in order to strengthen or/and create new, collaborative networks that enhance the sharing of real (and sometimes imaginary) experiences https://agroecologymap.org
https://github.com/marcelo-soares-souza/Agroecology-Map
agroecologia agroecology agroecologymap agrofloresta agroforestry free-software geolocation gis javascript mapa-da-agroecologia permacultura permaculture postgresql rails ruby ruby-on-rails
Last synced: 3 months ago
JSON representation
Agroecology Map, Knowledge and Practices, is a technological platform that allows the mapping and exchange of Agroecological experiences (Agroforestry) in order to bring people in order to strengthen or/and create new, collaborative networks that enhance the sharing of real (and sometimes imaginary) experiences https://agroecologymap.org
- Host: GitHub
- URL: https://github.com/marcelo-soares-souza/Agroecology-Map
- Owner: marcelo-soares-souza
- License: gpl-3.0
- Created: 2018-03-07T17:36:14.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T19:57:47.000Z (8 months ago)
- Last Synced: 2024-03-23T08:02:36.044Z (8 months ago)
- Topics: agroecologia, agroecology, agroecologymap, agrofloresta, agroforestry, free-software, geolocation, gis, javascript, mapa-da-agroecologia, permacultura, permaculture, postgresql, rails, ruby, ruby-on-rails
- Language: HTML
- Homepage: https://agroecologymap.org
- Size: 9.95 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- open-sustainable-technology - Agroecology-Map - A technological platform that allows the mapping and exchange of Agroecological and Agroforestry experiences. (Consumption / Agriculture and Nutrition)
README
# Agroecology Map - 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-SA 4.0)](https://creativecommons.org/licenses/by-sa/4.0/) (See CONTENT_LICENSE.md)