Skip to content

Commit

Permalink
Merge branch 'DOC/FixDirectory' into 'master'
Browse files Browse the repository at this point in the history
[FIX] READMEs

See merge request kennbroorg/shit-bucket/fecalface!8
  • Loading branch information
KennBro committed Nov 9, 2020
2 parents 8ba35ee + 9adbc61 commit 44a9a61
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ build:
- cp -r backend /tmp/Fecalface-pack
- cp requirements.txt /tmp/Fecalface-pack
- cp -r frontend/dist /tmp/Fecalface-pack/frontend
- mv /tmp/Fecalface-pack/backend/.README.md /tmp/Fecalface-pack/
- mv /tmp/Fecalface-pack/backend/.README.md /tmp/Fecalface-pack/README.md
- cd /tmp
- zip -r latest.zip ./Fecalface-pack
- mv /tmp/latest.zip "$CI_PROJECT_DIR"
Expand Down
3 changes: 2 additions & 1 deletion README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ Visite el [website][website] del proyecto.
Ir a nuestro [website][website]. Descargar el archivo ZIP y descomprimirlo.
```
unzip latest.zip
cd latest
cd Fecalface-pack
pip install -r requirements.txt
cd backend
python app.py -e prod
```
Y, finalmente, [browsealo](#browse).
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@ Visit the [website][website] of the project.
Go to our [website][website]. Download the ZIP file and unzip it.
```
unzip latest.zip
cd latest
cd Fecalface-pack
pip install -r requirements.txt
cd backend
python app.py -e prod
```
And, finally, [browse](#browse) it.
Expand Down
3 changes: 2 additions & 1 deletion backend/.README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ Website References
Go to our [website][website]. Download the ZIP file and unzip it.
```
unzip latest.zip
cd latest
cd Fecalface-pack
pip install -r requirements.txt
cd backend
python app.py -e prod
```
And, finally, browse it.
Expand Down

0 comments on commit 44a9a61

Please sign in to comment.