Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nakkaya/appengine-stub
appengine-stub
https://github.com/nakkaya/appengine-stub
Last synced: about 1 month ago
JSON representation
appengine-stub
- Host: GitHub
- URL: https://github.com/nakkaya/appengine-stub
- Owner: nakkaya
- Created: 2009-10-14T16:01:03.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2009-11-04T18:51:03.000Z (about 15 years ago)
- Last Synced: 2024-10-14T08:13:42.607Z (3 months ago)
- Language: Clojure
- Homepage: http://nakkaya.com/2009/11/04/clojure-on-google-app-engine/
- Size: 74.2 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
## appengine-stub
appengine-stub is an ant script to setup and build a compojure hello,
world application for Google's Application Engine.### Setup
Either clone the repo or download it, then you need to set the following
properties,- app-id - Your application ID
- app-display-name - You applications display name.Running the setup task will download Google SDK and compojure files, and
unzip them in to their respective folders.After setup you have working compojure application that prints Hello,
World. You can check it by running the devserver task.When you first deploy you need to run,
./sdk/bin/appcfg.shand setup your credentials.
### Tasks
- devserver - Runs the server for local testing.
- deploy - Deploys your application to google.