rota3015 df8330c8ce Updated Readme with details of how to move code to production | 8 months ago | |
---|---|---|
_about | 2 years ago | |
_data | 2 years ago | |
_guides | 2 years ago | |
_includes | 9 months ago | |
_layouts | 9 months ago | |
_modules | 1 year ago | |
_sass | 9 months ago | |
_templates | 1 year ago | |
assets | 9 months ago | |
css | 2 years ago | |
.gitattributes | 7 years ago | |
.gitignore | 5 years ago | |
.gitlab-ci.yml | 3 years ago | |
404.html | 5 years ago | |
Gemfile | 2 years ago | |
Gemfile.lock | 2 years ago | |
LICENSE | 4 years ago | |
README.md | 8 months ago | |
_config.yml | 2 years ago | |
about.md | 2 years ago | |
book.md | 3 years ago | |
create.md | 2 years ago | |
feed.xml | 8 years ago | |
guides.md | 2 years ago | |
index.html | 2 years ago | |
library.md | 4 years ago | |
templates.md | 2 years ago |
A governance toolkit for great communities, located at communityrule.info.
This project welcomes contributors. All contributions are assumed to accept the project's GPL and Creative Commons licenses.
To contribute governance templates, copy an existing one at _template/[template_name].md
and fill out the YAML metadata. This will automatically add a new template into the system. Propose edits to existing governance templates at _template/[template_name].md
.
The app currently depends on Vue.js. Major scripts are located at assets/js/
.
To get involved, contact MEDLab.
gem install jekyll bundler
bundle install
bundle exec jekyll serve
In order to make the apache deliver made following changes in app.conf which will redirect the backend calls to the 3000 port where our code is running. Frontend is making calls to backend on :3000 port on local host hence following are the lines we changed in /app/data/apache/app.conf ProxyPass /api http://localhost:3000/api ProxyPassReverse /api http://localhost:3000/api
Alias / /app/data/public/_site/ Alias /templates/ /app/data/public/_site/templates/