From 6fa112467743f80da40cc88235ab534d72a5c70b Mon Sep 17 00:00:00 2001 From: kthoden Date: Wed, 27 May 2020 17:57:13 +0200 Subject: [PATCH] Fix README, update installation instructions --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f11cb42..bc039f0 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Also a CMS superuser with username 'test' and password 'test' (don't use this in $ ./scripts/run.py && ./scripts/exec_in_container.py $ $ python manage.py loaddata $RES_DIR/fixtures/cms_dummy.json $ $ exit + $ ./scripts/stop.py ### Import Publications @@ -70,16 +71,17 @@ Compile the example file found in [eoa-publication-model](https://github.molgen. $ git_deps_py --store-dir ../dependencies $ cd dependencies/EOASkripts $ ./scripts/run.py && ./scripts/exec_in_container.py - $ $ process_eoa_latex.py -f input/example/eoatex/EOASample.tex + $ $ process_eoa_latex.py input/example/124_eoatex $ $ exit $ ./scripts/stop.py - $ cd .. + $ cd ../../../ 2. import example to the platform After you have compiled the publication to "django", you might want to import it into the platform. - $ cp -r example_import/EOASkripts/runtime/output/django res/publications/example + $ mkdir res/publications + $ cp -r example_import/EOASkripts/runtime/output/124_eoatex/django res/publications/example $ ./scripts/init.py --skip-db $ ./scripts/run.py && ./scripts/exec_in_container.py $ $ python manage.py publicationimport $RES_DIR/publications/example @@ -91,7 +93,7 @@ That's all. ### Configure Project specific Information - You might want to tweak the CMS pages: log in to the CMS and do it -- You might want to configer organisation information (org. name, logo, ...): +- You might want to configure organisation information (org. name, logo, ...): 1. edit `res/custom_config/*` 2. $ ./scripts/init.py --skip-db