more information while sending the node
This commit is contained in:
parent
0c9b253d87
commit
1b8d409839
6 changed files with 155 additions and 2 deletions
5
loadproduction.old.sh
Executable file
5
loadproduction.old.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
export C3NAV_CONFIG=/home/laura/Projekte/c3nav/data/c3nav.cfg
|
||||
ssh root@34c3.c3nav.de "c3nav-manage 34c3 dumpdata mapdata --format json | gzip" | gunzip > production.json
|
||||
python src/manage.py loaddata --app mapdata production.json
|
||||
# rm production.json
|
Loading…
Add table
Add a link
Reference in a new issue