https://github.com/johnament/usergrid-launcher-docker
https://github.com/johnament/usergrid-launcher-docker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnament/usergrid-launcher-docker
- Owner: johnament
- Created: 2015-01-25T12:51:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-25T23:37:05.000Z (over 11 years ago)
- Last Synced: 2025-07-25T06:40:19.202Z (11 months ago)
- Size: 41.7 MB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Usergrid Launcher Docker image
==============================
Based on the Oracle Java 7 Image (based on Ubuntu), spawns up a simple JVM running Usergrid embedded in a Docker container.
This repo is not currently pushed to Dockerhub, but you can build it locally.
`docker build -t "usergrid-launcher-1.0.1" .`
After it builds, to start the machine simply run
`docker run -p 8088:8088 -p 9160:9160 -dit usergrid-launcher-1.0.1t
This will expose port 8088 on the VM, 9160 on the VM locally so that you can connect over HTTP and to Cassandra.
After the image is up, you'll need to do the standard setup steps. [Run Usergrid Database & Super User Setup](http://usergrid.readthedocs.org/en/latest/deploy-local.html#run-usergrid-database-super-user-setup). Username = superuser Password = superuser
After the system is setup, you can access the portal by going to [http://usergrid.incubator.apache.org/v101-portal-demo/index.html?api_url=http://localhost:8088](http://usergrid.incubator.apache.org/v101-portal-demo/index.html?api_url=http://localhost:8088), you should replace `8088` if your port is different and `localhost` if your docker server is running somewhere else (e.g. boot2docker)