-
Notifications
You must be signed in to change notification settings - Fork 0
Remove all information not necessary for normal users #1
base: master
Are you sure you want to change the base?
Conversation
.env.dist
Outdated
@@ -1,3 +1,4 @@ | |||
GEOTREK_VERSION=2.26.0 | |||
POSTGRES_HOST=172.17.0.1 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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 :_ |
There was a problem hiding this comment.
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 :"
There was a problem hiding this comment.
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/ |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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/ |
There was a problem hiding this comment.
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
No description provided.