Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/culmat/it-is-free

personeal google app engine free tier code
https://github.com/culmat/it-is-free

Last synced: about 1 month ago
JSON representation

personeal google app engine free tier code

Awesome Lists containing this project

README

        

# Local testing

Run using the [Jetty Maven plugin](http://www.eclipse.org/jetty/documentation/9.4.x/jetty-maven-plugin.html).
```
mvn jetty:run
```
You can then direct your browser to [http://localhost:8080/hub.jsp]([http://localhost:8080/hub.jsp])

# App Engine Deploy

## Setup

- [Install](https://cloud.google.com/sdk/) and initialize GCloud SDK. This will
```
gcloud init
```
- If this is your first time creating an app engine application
```
gcloud appengine create
```

## Deploy

in `pom.xml` change `` and

```
mvn clean package appengine:deploy
```