Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pixel Humain
docker
Commits
ce64b659
Commit
ce64b659
authored
Apr 04, 2019
by
thomas craipeau
Browse files
update readme
parent
d0448d84
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ce64b659
...
...
@@ -35,6 +35,7 @@ wget -O - https://gist.githubusercontent.com/aboire/4c83ff97026b1a4fabaada09950b
*
updating the user's permissions to edit files
```
cd ~/pixelhumain-docker
sudo chown -R ${USER:=$(/usr/bin/id -run)}:$USER code/
sudo chown -R ${USER:=$(/usr/bin/id -run)}:$USER code/pixelhumain/
sudo chown -R ${USER:=$(/usr/bin/id -run)}:$USER code/modules/
sudo chown -R ${USER:=$(/usr/bin/id -run)}:$USER code/log/
...
...
@@ -96,6 +97,8 @@ docker-compose -f docker-compose.yml -f docker-compose.install.yml run ph cotool
# Updating Dockers images
Useful commands:
**Warning windows/mac : use -no-build.yml file (images build > docker hub)**
Start services
```
docker-compose -f docker-compose.yml up
...
...
@@ -113,6 +116,14 @@ Install base sources codes and populates some data
```
docker-compose -f docker-compose.yml -f docker-compose.install.yml run ph cotools --install
```
Update base sources codes
```
docker-compose -f docker-compose.yml -f docker-compose.install.yml run ph cotools --update
```
Update data
```
docker-compose -f docker-compose.yml -f docker-compose.install.yml run ph cotools --update-data
```
Validate your user after registration without sending email
```
docker-compose -f docker-compose.yml -f docker-compose.install.yml run ph cotools --emailvalid=email@example.com
...
...
Write
Preview
Supports
Markdown
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