Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
chris
repanier
Commits
308a5ccd
Commit
308a5ccd
authored
Jul 03, 2017
by
Patrick Colmant
Committed by
GitHub
Jul 03, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #10 from tobald/doc
README.md: ajout d'un paragraphe sur comment contribuer à Repanier
parents
491ebf51
eca9caed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
14 deletions
+19
-14
README.md
README.md
+19
-14
No files found.
README.md
View file @
308a5ccd
...
...
@@ -30,29 +30,34 @@ https://saisonsvanbiervliet.be/fr/
Licence : GPL v3
Development instructions
------------------------
Comment contribuer à Repanier?
------------------------
------
1.
Clone repository:
*
En participant aux discussions entre utilisateurs et avec les développeur, lors des permanences, par téléphone ou par email, …
*
[
En utilisant les tickets
](
https://github.com/pcolmant/repanier/issues
)
*
[
En envoyant un patch ou une demande de merge
](
https://guides.github.com/introduction/flow/
)
git clone https://github.com/pcolmant/repanier.git
Comment tester Repanier?
------------------------
2.
Initialize python virtual environment
Afin de pouvoir travailler en local sur Repanier, nous allons télécharger l'application et ses dépendances:
virtualenv -p python3 venv
1.
Clone du projet:
3.
Activate
it
git clone https://github.com/pcolmant/repanier.g
it
. venv/bin/activate
2.
Initialisation et activation de l'environnement de développement, installation des dépendances:
4.
Install python dependencies
virtualenv -p python3 venv
. venv/bin/activate
pip install -r requirements/requirement.txt
pip install -r requirements/requirement.txt
3.
Synchronisation de la base de données:
5.
Synchronize databas
e
./manage.py migrat
e
./manage.py migrate
4.
Démarrage de l'application:
6.
Launch the application
./manage.py runserver
./manage.py runserver
Vous pouvez désormais accéder à l'application avec votre navigateur à l'adresse http://localhost:8000/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment