/progress_bar

Primary LanguageJavaScript

Frontend instructions

To build the ancient frontend/, download Dart 2.0 and use it for pub get and then:

cd frontend
pub run build_runner build --release -o web:../gae/static_dart_build

Backend instructions

We are still on Python 2.7, and we are using old versions of Mastodon, pytz, dateutil, and decorator downloaded from https://pypi.org/.

Deployment

Go to gae/ and run

gcloud app --project progressbarserver deploy

If you change the gae/cron.yaml file, you have to specifically deploy that:

gcloud app --project progressbarserver deploy cron.yaml