zak-hassan / WhoTeachsWhat

JBoss JSP Application for Data Management
0 stars 0 forks source link

What needs to be finished for final evaluation #173

Closed ghost closed 10 years ago

ghost commented 10 years ago

Zak, I am writing the documents we need to hand in. I need you to answer the following questions before 4:30PM, otherwise I cannot finish this and we'll fail the course.

  1. Instructions for installing your system
  2. Instructions for starting up your system (URI or the name of the executable)
  3. Passwords / user names (for super user or administrator)
ghost commented 10 years ago

Zak, could you please answer these questions soon? It's for a critical document.

zak-hassan commented 10 years ago

Just for record I want to store the instructions here:

1.Instructions for installing your system

To install the system have to copy the "war" that is generated after compiling the application. To make it easier, we have provided a script called "Shipper.sh" to help install the application.

  1. Just navigate to this directory:

run ~/jboss-as-7.1.0.Final/bin/standalone.sh

  1. Password / username:

You can create a username and password using the CLI tool to generate your own:

run ~/jboss-as-7.1.0.Final/bin/add-user.sh

Here are instructions on how to create a user to manage the application server https://docs.jboss.org/author/display/AS71/add-user+utility

ghost commented 10 years ago

This has been completed.