Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Remove all information not necessary for normal users #1

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

LePetitTim
Copy link
Contributor

No description provided.

@LePetitTim LePetitTim requested a review from gutard April 3, 2019 12:30
.env.dist Outdated
@@ -1,3 +1,4 @@
GEOTREK_VERSION=2.26.0
POSTGRES_HOST=172.17.0.1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A quoi correspond cette IP ?

README.md Outdated
cd your_instance_name
git remote add your_instance_name instance_git
git checkout -b your_instance_name your_instance_name/your_instance_name
git clone geotrek https://github.com/GeotrekCE/Geotrek-admin-starter.git
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Est-ce que geotrek ne va pas plutôt à la fin ?
  • Quelle est l'utilité de créer un répertoire geotrek dans un répertoire geotrek ?

README.md Outdated
```

## Clone and rename folder in /srv/geotrek
## Clone the folder
```bash
cd /srv/geotrek
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pour les nœunœuds, il faudrait ajouter la commande mkdir -p /src/geotrek

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pas faux :)

README.md Outdated
_With docker stack :_
```bash
docker exec $(docker ps -q -f name="your_instance_name_web") initial.sh
```
_With docker-compose :_
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inutile car il n'y a pas plus "With docker stack :"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

README.md Outdated
command: gunicorn geotrek.wsgi:application
```
2. Create a symbolic link between your nginx and /etc/nginx/sites-enable/
1. Create a symbolic link between your nginx and /etc/nginx/sites-enable/
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

enabled with a D

README.md Outdated
```bash
mv your_instance_name.service <your_instance_name>.service
mv your_instance_name.service geotrek.service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Il faudrait l'appeler directement geotrek.service dans le starter

README.md Outdated
```
WorkingDirectory=/srv/geotrek/<your_instance_name>
WorkingDirectory=/your_directory/
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Il faudrait mettre directement /srv/geotrek dans le starter

@LePetitTim LePetitTim requested a review from gutard August 14, 2019 15:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants