An Google appengine deployment of some functionality based on sanskrit-coders/sanskritnlpjava and related projects.
- The corresponding webserver hosts pages such as: http://sanskritnlp.appspot.com/forms/Chandas-de.htm etc..
- (These are listed from https://sites.google.com/site/sanskritcode/projects.)
- Last update : 2017-03-23
See indic-transliteration/README for the following info:
- Note that we're using appengine-maven-plugin in <pom-war.xml>. In intellij pass this file explicitly with -f pom-war.xml.
- It's use is described here.
mvn appengine:update
should do the trick - if you have right maven version.- If you are doing this from intellij:
- a browser window will pop up, get SSO authentication done,
- give you a code to paste in the maven widget.
- If you are doing this from intellij:
- Local build
- Alternative:
mvn clean install
- Files are output in target/ .
- Intellij AppEngineDev plugin
- Uses the artifacts:
- sanskritnlpjava-g-appengine-exploded.war, which includes sanskritnlpjava.
- Uses the artifacts:
- Alternative:
- Local dev server run:
mvn appengine:devserver
- Manage online at https://console.cloud.google.com . Navigate around a bit.
- Quotas link.
- As of 201705 - seems to include 1GB incoming and outgoing bandwitdth.
- Quotas link.