From a4e4a92179c7a67faa21ccca0b3bbd10cd2c1f88 Mon Sep 17 00:00:00 2001 From: nwindis Date: Fri, 24 Sep 2021 04:48:31 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b7cf9db..8e3aa46 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,11 @@ Docker Compose 1. Clone the repository with: `git clone https://gitlab.gwdg.de/farbenlehre/gfl-app-new.git` 2. Copy `.env.dist` to `.env`. Add all required parameters to the `.env` file, such as the S3 and search index configuration. 3. Change the premission of solr folder with: `sudo chmod -R 777 solr` -2. Install backend dependencies with: `docker-compose up -d` and `docker-compose exec web composer install`. -4. Install frontend dependencies with `nvm use && yarn install`. -5. Install the assets with: `yarn run encore dev --watch` -6. Import, transform and index the TEI files with: `docker-compose exec web ./bin/console app:start_indexing` +4. Install backend dependencies with: `docker-compose up -d` and `docker-compose exec web composer install`. +5. Install yarn `npm install --global yarn` +6. Install frontend dependencies with `nvm use && yarn install`. +7. Install the assets with: `yarn run encore dev --watch` +8. Import, transform and index the TEI files with: `docker-compose exec web ./bin/console app:start_indexing` ## Running locally -- GitLab From 81271fde6435dd7865442348acf0d3ef4c83e5e3 Mon Sep 17 00:00:00 2001 From: nwindis Date: Fri, 24 Sep 2021 06:41:28 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e3aa46..36e62ce 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Docker Compose ## Installation 1. Clone the repository with: `git clone https://gitlab.gwdg.de/farbenlehre/gfl-app-new.git` -2. Copy `.env.dist` to `.env`. Add all required parameters to the `.env` file, such as the S3 and search index configuration. +2. Copy `.env.dist` to `.env`. Add all required parameters to the `.env` file, such as the S3 and search index configuration. Ask the GFL team for datailed data aka. tokens and stuff. 3. Change the premission of solr folder with: `sudo chmod -R 777 solr` 4. Install backend dependencies with: `docker-compose up -d` and `docker-compose exec web composer install`. 5. Install yarn `npm install --global yarn` -- GitLab