Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxcnunes/scheduler-i-sweated-yesterday
https://github.com/maxcnunes/scheduler-i-sweated-yesterday
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxcnunes/scheduler-i-sweated-yesterday
- Owner: maxcnunes
- Created: 2013-01-09T22:16:49.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-15T01:51:43.000Z (almost 12 years ago)
- Last Synced: 2024-10-18T07:22:35.345Z (3 months ago)
- Language: Python
- Size: 1.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
scheduler-i-sweated-yesterday
=============================This application is hosted on Google App Engine and just used to run schedules for this another application [i-sweated-yesterday](https://github.com/maxcnunes/i-sweated-yesterday).
To work well is necessary change to valid values for these variables: `user = 'secrete_user'` and `password = 'secrete_password'`
Common Commands
===============- **Run locally project on the GAE:** `/opt/google/appengine/dev_appserver.py .`
- **Update project on the GAE:** `/opt/google/appengine/appcfg.py update .`
- **Update just the cron on the GAE:** `/opt/google/appengine/appcfg.py update_cron .`
- **Install GAE SDK on the Linux:** `bash config-environment/install_google_app_engine_sdk.sh`
- **Install packages dependencies:** `bash config-environment/install_packages_dependencies.sh`