This is the maintenance tool for the online Catalog of Teratogenic Agents.
This uses Google App Engine, Google Cloud Storage for a database.
The 'database' is a single text file with LaTeX markup. Originally this package (its ancestors, anyway) produced a real book. That was before the internet.
The LaTeX markup continues, but presently only the online editor is supported.
-
You need the gcloud tools.
-
Setup authn via google cloud services
-
$ gcloud init
- project: some_app_id
- login id: your_google_id
- i use uswest1
-
Install cloud storage library
- $ virtualenv env
- $ . env/bin/activate
- $ mkdir lib
- $ pip install GoogleAppEngineCloudStorageClient -t lib
-
Deploy the app
- $ gcloud app deploy
-
Upload the catalog (catalog.tex) to your app's principla storage bucket.
-
View