summaryrefslogtreecommitdiffstats
path: root/upload_data_remote.sh
diff options
context:
space:
mode:
Diffstat (limited to 'upload_data_remote.sh')
-rwxr-xr-xupload_data_remote.sh23
1 files changed, 23 insertions, 0 deletions
diff --git a/upload_data_remote.sh b/upload_data_remote.sh
new file mode 100755
index 0000000..eff1a57
--- /dev/null
+++ b/upload_data_remote.sh
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+export DJANGO_SETTINGS_MODULE='settings'
+
+appcfg.py upload_data \
+ --config_file=load_export.py \
+ --filename=./local_data_symbols.csv \
+ --kind=Symbol \
+ .
+
+appcfg.py upload_data \
+ --config_file=load_export.py \
+ --filename=./local_data_variables.csv \
+ --kind=Variable \
+ .
+
+appcfg.py upload_data \
+ --config_file=load_export.py \
+ --filename=./local_data_equations.csv \
+ --kind=Equation \
+ .
+
+rm bulkloader-*