From 23e810f15a2778344f5f0ea1ca797a31af0b8ce0 Mon Sep 17 00:00:00 2001 From: David Garcia Date: Fri, 14 Feb 2020 14:05:35 +0100 Subject: [PATCH] update readme --- README.md | 22 +++++++++++++++++++--- thethe_frontend | 2 +- thethe_server | 2 +- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 84b6479..b9dcd8c 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ restore_thethe_db.sh --- -### External storage +### External storage There is a folder called **extenal** for everything theTHE should store outside a database: files, images, etc. @@ -86,12 +86,26 @@ See [updating thethe](https://github.com/ElevenPaths/thethe/wiki/How-to-update-t If you want to collaborate with the project, a development version is provided: -### Get the repository +### Get the repositories ```bash git clone https://github.com/ElevenPaths/thethe.git ``` +Inside **thethe** main repo: + +for the server: + +```bash +git clone https://github.com/ElevenPaths/thethe_server.git +``` + +for the frontend: + +```bash +git clone https://github.com/ElevenPaths/thethe_frontend.git +``` + ### Docker (don't forget your :coffee:) ```bash @@ -100,8 +114,10 @@ docker-compose -f docker-compose_dev.yml up -d ### Run the frontend +In develop mode the frontnd does not run inside a container, do: + ```bash -cd frontend +cd thethe_frontend npm install npm run serve ``` diff --git a/thethe_frontend b/thethe_frontend index 17b69fb..d5b053e 160000 --- a/thethe_frontend +++ b/thethe_frontend @@ -1 +1 @@ -Subproject commit 17b69fb0b8d9d046952132fd5cd2a2f85e767384 +Subproject commit d5b053e72cca10cc09d1a9e107293223b9023b42 diff --git a/thethe_server b/thethe_server index 7274f8a..9b06416 160000 --- a/thethe_server +++ b/thethe_server @@ -1 +1 @@ -Subproject commit 7274f8a0cd8f0a17eec072b49a81218bdc8ffb8e +Subproject commit 9b0641640f4f8ff4012a4c959f4ca400d28ff986