mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-31 05:03:34 +01:00
14 lines
319 B
Text
14 lines
319 B
Text
Before uploading the webservice to Google AppEngine, the files here,
|
|
along with ../fanficfare and the contents of
|
|
../included_dependencies should be copied to a 'build' (or other)
|
|
directory.
|
|
|
|
rm -rf build
|
|
mkdir build
|
|
|
|
cp -R * build
|
|
cp -R ../fanficfare ../included_dependencies/* build
|
|
|
|
cd build
|
|
|
|
.../appcfg.py update .
|