Giter VIP home page Giter VIP logo

kerjakelompok's Introduction

Appenginejs Example

A simple Guestbook as an example of a JSGI Web Application powered by appenginejs.

Quick start

Setup the application:

$ export APPENGINE_JAVA_SDK=/path/to/appengine/sdk
$ export GIT_EXEC_PATH=/path/to/git/bin/directory

or create a build.properties file with the following contents:

sdk.dir=/path/to/appengine/sdk
git.dir=/path/to/git/bin/directory

initialize the library dependencies:

$ ant init

start the dev server:

$ ant runserver

and browse to http://localhost:8080/

Deploy to App Engine

To deploy to App Engine:

$ /path/to/appengine/sdk/bin/appcfg.sh [email protected] update war/

Before deploying you may want to remove excess files from packages. You need to keep the following files:

example/war/WEB-INF/packages/appengine/lib
example/war/WEB-INF/packages/appengine/package.json
example/war/WEB-INF/packages/jack/lib
example/war/WEB-INF/packages/jack/package.json
example/war/WEB-INF/packages/narwhal/engines/default
example/war/WEB-INF/packages/narwhal/engines/rhino
example/war/WEB-INF/packages/narwhal/lib
example/war/WEB-INF/packages/narwhal/local.json
example/war/WEB-INF/packages/narwhal/narwhal.conf
example/war/WEB-INF/packages/narwhal/narwhal.js
example/war/WEB-INF/packages/narwhal/package.json

Support

For questions regarding this example or appenginejs please post to the mailing list: http://groups.google.com/group/appenginejs

kerjakelompok's People

Contributors

fuadmuhammad avatar

Stargazers

Someone avatar Shaun Wakashige avatar  avatar

Watchers

 avatar James Cloos avatar

Forkers

alincc

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.