gaeshi
gaeshi copied to clipboard
Google App Engine library for Clojure
gaeshi
Deprecated
Due to frustrations with Google App Engine, Gaeshi has been deprecated and is no longer maintained. It's parent library
Joodo (https://github.com/slagyr/joodo) is still alive and well.
It is suggested that you use Joodo on Heroku or AWS rather than deploy anything to GAE.
Installation
Leiningen 1
-
Install Leiningen 1.5 or later.
-
Install the
gaeshi/lein-gaeshipluginlein plugin install gaeshi/lein-gaeshi 0.9.0 -
Make sure
~/.lein/binis in your path.echo "PATH=$PATH:$HOME/.lein/bin" >> ~/.profile . ~/.profile -
Try it out!
gaeshi help
Leiningen 2
-
Install Leiningen 2.0 or later.
-
Install the
gaeshi/lein-gaeshiplugin by updating your ~/.lein/profiles.clj file.{ :user {:plugins [[gaeshi/lein-gaeshi "0.10.0"]]} } -
Try it out!
lein gaeshi help
If all goes well you should see a helpful message printed in your console.
Usage
Creating a new Project
-
Gaeshi will create a boiler plate project structure for you.
[lein] gaeshi new my_new_project -
Download/Install all the dependencies.
cd my_new_project lein deps -
Start the development server
lein gaeshi server
License
Copyright (C) 2011-2012 Micah Martin All Rights Reserved.
Distributed under the The MIT License.