export STAGE="local" export LOCAL_STORE_PATH="/store" export SERVER_HTTP_PORT="18100" cd ./bin_dev while true; do ./wartank_dev sleep 1 done