Skip to content

labhackercd/new-wikilegis

Repository files navigation

circle-ci python3-badge enter image description here

wikilegis

Analyze legislative proposals,contribute by giving your opinion on how the text should be written and evaluate other citizens' opinions

Installation

Docker

1 - Open your terminal and clone this repository by typing

git clone https://github.com/labhackercd/new-wikilegis.git

2 - Navigate to the root directory and enter 
docker-compose up

Manual installation

1 - Open your terminal and clone this repository by typing

git clone https://github.com/labhackercd/new-wikilegis.git

First of all, you need to install pipenv and npm. After install these dependencies you can run the follow commands:

pipenv install
npm install
pipenv run src/manage.py collectstatic_js_reverse

Running

pipenv run src/manage.py migrate
pipenv run src/manage.py compilemessages
pipenv run src/manage.py runserver

Support

Fell free to create any issue on this repository and contact the team responsible to maintain this project here on GitHub (@erivanio, @thiagonf, @joaopaulonsoares and @teogenesmoura) or via email: [email protected].

Contributing

  1. Fork of this repository
  2. Write your code
  3. Create a Pull Request
  4. Our team will review your PR and merge as soon as possible!

License

This project is under GPLv3 License