Skip to content

Running the Project

Lee David Painter edited this page Apr 23, 2014 · 4 revisions

You must first have a working development environment for the Hypersocket Framework. Check out that projects Running the Project article and return here after you have a successful setup.

Now you have the framework installed, and within the same Eclipse workspace, import the hypersocket-ui project as follows:

  1. Use File->Import and select Git->Projects from Git
  2. Select Clone URI
  3. Enter this projects GitHub URI i.e. https://github.com/ludup/hypersocket-ui.git
  4. Click next, you will most likely want the default master branch
  5. Enter your local destination
  6. When the import projects wizard starts, use the default "Import existing projects"
  7. Make sure all the hypersocket-ui* projects are selected and click Finish.

As always once imported, right click on the project and select Maven->Update Projects.

In order to use this project in your development environment, move the conf folder you created during the framework setup and place it in the hypersocket-ui-bootstrap project. Then edit your Run Configuration and select hypersocket-ui-bootstrap as the working folder.

You are now ready to run the server. Once running access your browser https://localhost:8443 and you should be presented with the logon page. Use the username admin with a password of admin to logon for the first time.

Clone this wiki locally