GithubHelp home page GithubHelp logo

gaeshi's Introduction

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

  1. Install Leiningen 1.5 or later.

  2. Install the gaeshi/lein-gaeshi plugin

     lein plugin install gaeshi/lein-gaeshi 0.9.0
    
  3. Make sure ~/.lein/bin is in your path.

     echo "PATH=$PATH:$HOME/.lein/bin" >> ~/.profile
     . ~/.profile
    
  4. Try it out!

     gaeshi help
    

Leiningen 2

  1. Install Leiningen 2.0 or later.

  2. Install the gaeshi/lein-gaeshi plugin by updating your ~/.lein/profiles.clj file.

     {
      :user {:plugins [[gaeshi/lein-gaeshi "0.10.0"]]}
      }
    
  3. 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

  1. Gaeshi will create a boiler plate project structure for you.

     [lein] gaeshi new my_new_project
    
  2. Download/Install all the dependencies.

     cd my_new_project
     lein deps
    
  3. Start the development server

     lein gaeshi server
    

License

Copyright (C) 2011-2012 Micah Martin All Rights Reserved.

Distributed under the The MIT License.

gaeshi's People

Contributors

lupusdei avatar sdegutis avatar slagyr avatar trptcolin avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.