FanFicFare/webservice
Jim Miller 2eb5e6401d Bump Release Version 2.23.0 2018-02-28 10:29:19 -06:00
..
css Re-org file structure, make PI work with it, CLI & web service currently broken. 2015-04-05 17:10:31 -05:00
static Rename and Reorg to FanFicFare for web service. Not 100%, need to review/change external links especially to GitHub. 2015-04-07 14:01:59 -05:00
utils Re-org file structure, make PI work with it, CLI & web service currently broken. 2015-04-05 17:10:31 -05:00
Readme.txt Move fff_internals package to fanficfare, share defaults.ini/example.ini between cli and web service again. 2015-04-08 13:49:36 -05:00
allrecent.html Rename and Reorg to FanFicFare for web service. Not 100%, need to review/change external links especially to GitHub. 2015-04-07 14:01:59 -05:00
app.yaml Bump Release Version 2.23.0 2018-02-28 10:29:19 -06:00
cron.yaml Re-org file structure, make PI work with it, CLI & web service currently broken. 2015-04-05 17:10:31 -05:00
editconfig.html Update some webservice links/references. 2016-04-19 10:35:37 -05:00
ffstorage.py Add chapter limits with URL (like [3-4]) for web service. 2015-07-17 13:11:38 -05:00
index.html Bump Test Version 2.22.1 2018-01-26 13:09:31 -06:00
index.yaml Re-org file structure, make PI work with it, CLI & web service currently broken. 2015-04-05 17:10:31 -05:00
login.html Update some webservice links/references. 2016-04-19 10:35:37 -05:00
main.py Remove debug output of dependency versions. 2017-05-07 13:26:27 -05:00
queue.yaml Re-org file structure, make PI work with it, CLI & web service currently broken. 2015-04-05 17:10:31 -05:00
recent.html Rename and Reorg to FanFicFare for web service. Not 100%, need to review/change external links especially to GitHub. 2015-04-07 14:01:59 -05:00
settings.py Re-org file structure, make PI work with it, CLI & web service currently broken. 2015-04-05 17:10:31 -05:00
status.html Update some webservice links/references. 2016-04-19 10:35:37 -05:00

Readme.txt

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 .