-
Notifications
You must be signed in to change notification settings - Fork 1
Running the Project
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:
- Use File->Import and select Git->Projects from Git
- Select Clone URI
- Enter this projects GitHub URI i.e. https://github.com/ludup/hypersocket-ui.git
- Click next, you will most likely want the default master branch
- Enter your local destination
- When the import projects wizard starts, use the default "Import existing projects"
- 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.