Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Latest commit

 

History

History

launcher

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
Usergrid Graphical Server Launcher

A simple Java app that provides a GUI for running the server as a
desktop app.

Creates a double-clickable jar.

Invoked from the command-line like this:

java -jar usergrid-launcher-${version}.jar -nogui

To initialize the database:

java -jar usergrid-launcher-${version}.jar -nogui -init

To launch an embedded Cassandra server and initialize the database:

java -jar usergrid-launcher-${version}.jar -nogui -db -init

The standalone server will load a usergrid-deployment.properties file from the
same location as the jar file. You can override things like the location of
the Cassandra cluster in that file.