More documentation.

This commit is contained in:
Preston Lee 2014-10-06 19:14:12 -07:00
parent 18109009e4
commit b1e1b7725a
3 changed files with 13 additions and 0 deletions

View File

@ -42,6 +42,19 @@ Your new server environment should now be running in a headless virtual machine
* All compiled *.war applications are deployed automatically and started. * All compiled *.war applications are deployed automatically and started.
* A "fhir" user is added to tomcat-users.xml. See [fhir.json](https://github.com/preston/hapi-fhir/blob/master/chef/data_bags/tomcat_users/fhir.json) for the default password. * A "fhir" user is added to tomcat-users.xml. See [fhir.json](https://github.com/preston/hapi-fhir/blob/master/chef/data_bags/tomcat_users/fhir.json) for the default password.
Tomcat will now be running on the VM on port 8080 with the management GUI available. For example, you can now visit:
* *Tomcat Manager*: assigned_ip:8080/manager/html
* *HAPI FHIR* JPA Server: assigned_ip:8080/hapi-fhir-jpaserver/
Screenshots
----
![Tomcat Manager](https://raw.githubusercontent.com/preston/hapi-fhir/master/docs/screenshots/tomcat.png)
![Demo Server](https://raw.githubusercontent.com/preston/hapi-fhir/master/docs/screenshots/hapi-fhir-jpaserver.png)
Advanced Configuration
----
The Vagrant documentation is the best place to start, but a few more commands of note are: The Vagrant documentation is the best place to start, but a few more commands of note are:
vagrant ssh # Command-line access to the VM. vagrant ssh # Command-line access to the VM.

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 KiB

BIN
docs/screenshots/tomcat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 KiB