WorkHub Installation
If you have any problems please report them.
General: Install & Run
To install the WorkHub application you can follow these steps:
-
Download and unzip contents of the "WorkHub Install" release zip
-
Create a virtual directory/IIS application pointing to the /WWW/ folder *
-
Open http://localhost/[virtualDirectory]/ via web browser
-
The setup page will load with a form to create the administrator
-
Enter the details of the administrator and submit the form
-
Follow the guides to get started.
* The virtual directory can also be created by the "Configure IIS"
script launched by the Commander.exe console, but only with the source
release as it contains all the necessary files. (See "Developer:
Install and Run")
Developer: Install and Run
To install the WorkHub application for development you can follow these
steps:
-
Download and unzip contents of the "WorkHub Source" release zip
-
Run the Commander.exe console and run the "Configure IIS" script
-
Open http://localhost/WorkHub/ via web browser (or see below)
-
The setup page will load with a form to create the administrator
-
Enter the details of the administrator and submit the form
-
The application will be configured automatically
-
Follow the guides to get started.
Developer: Install and Edit with IDE
To edit the WorkHub application with SharpDevelop or VS.NET you can
follow these steps:
-
Complete steps 1 and 2 of the developer installation ("developer: install
and run" above)
-
Open the relevant /Src/App/WorkHub.[ideName].sln
file in your preferred IDE (SharpDevelop or VS.NET)
-
Edit and save project files
-
Build project using IDE or Commander console
-
Continue from step 3 of the developer installation ("developer: install
and run" above)
Developer: Install and Edit with Any Text Editor & Commander
To edit the WorkHub application in any text and rebuild with the
Commander console you can follow these steps:
-
Complete steps 1 to 2 of the developer installation ("developer: install
and run" above)
-
Edit and save the relevant files in /Src/App/
-
Open the Commander console and run the appropriate build script
-
Continue at step 3 of the developer installation ("developer: install
and run" above)