Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/culmat/it-is-free
- Owner: culmat
- Created: 2020-03-02T12:55:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T21:50:35.000Z (over 3 years ago)
- Last Synced: 2023-03-22T03:11:20.353Z (almost 2 years ago)
- Language: Java
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```