Makefile changes and added options

This commit is contained in:
2020-11-23 11:20:47 +01:00
parent 2551a9c6a8
commit 26bca0b083
16 changed files with 118 additions and 54 deletions

View File

@@ -57,6 +57,12 @@ database-service:
database-users:
cd dockerfiles/database; $(MAKE) create_users
database-restore:
cd dockerfiles/database; $(MAKE) restore_db
database-restore-postgres:
cd dockerfiles/database; $(MAKE) restore_postgres_db
# also useful, if we want to restart the db
database-clean:
cd dockerfiles/database; $(MAKE) clean_stack
@@ -70,6 +76,7 @@ python-env-install:
pip3 install -e src/pkg/cjvt-corpusparser/.
pip3 install -e src/pkg/valency/.
pip3 install -e src/pkg/seqparser/.
pip3 install -e src/pkg/luscenje_struktur/.
# from inside python-env container:
data/samples: