mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/nopaque into development
This commit is contained in:
commit
5b9afbc66c
@ -46,6 +46,8 @@ username@hostname:~$ <YOUR EDITOR> .env
|
||||
username@hostname:~$ cp docker-compose.override.yml.tpl docker-compose.override.yml
|
||||
# Tweak the docker-compose.override.yml to satisfy your needs.
|
||||
username@hostname:~$ <YOUR EDITOR> docker-compose.override.yml
|
||||
# Create database tables
|
||||
username@hostname:~$ docker-compose run --rm web flask db init
|
||||
```
|
||||
|
||||
#### Configuration variables in detail
|
||||
|
@ -18,8 +18,8 @@ depends_on = None
|
||||
|
||||
def upgrade():
|
||||
# ### commands auto generated by Alembic - please adjust! ###
|
||||
op.drop_table('results')
|
||||
op.drop_table('result_files')
|
||||
op.drop_table('results')
|
||||
# ### end Alembic commands ###
|
||||
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
cqi
|
||||
dnspython==1.16.0
|
||||
email_validator
|
||||
eventlet
|
||||
Flask
|
||||
|
Loading…
Reference in New Issue
Block a user