Step 1
1. Go to the scrumworks official website http://www.open.collab.net/downloads/scrumworks.htmlto download.
2. Registration
3. After registration, the following page is displayed. Download the REDLINE part (my machine is 32-bit ). Slave, the database I selected is MySQL ).
Step 2
1. Download MySQL installation, because scrumworks server (scrumworks-pro-5.1.0-win-32-MySQL. Zip) use the MySQL database.
2. Create an empty database (for example, scrumdb)
3. Decompress scrumworks-pro-5.1.0-win-32-mysql.zip into a scrumworks-pro-5.1.0-win-32-mysql folder and run scrumworks server 5.1.0 MySQL 32-bit setup.exe.
4. The following page is displayed during running.
Database DRIVER: ClickDownload,Download mysql-connector-java-5.1.18.zip, unzip and point to the mysql-connector-java-5.1.18-bin.jar
Hostname: localhost
Server port: 3306 (port used for MySQL installation)
Database Name: scrumdb (the empty database created in MySQL above for scrum)
Database username: Root
Database Password: Password (the password set during MySQL installation)
Poi-3.5-FINAL-20090928.jar
(InstallationProgramCheck whether these files are available in the directory of the installation file. If not, the files are automatically downloaded on the Internet. Therefore, you can manually download the files during installation and copy them to the directory of the Installation File, the directory structure is as follows)
6. continue to the next step until the installation is successful.
7. Configure the port. When JBoss is installed, the default port is 8080, but sometimes 8080 is occupied by other services (such as IIS), you can set the port to 8081.
C: \ scrumwork \ Server \ scrumworks \ deploy \ jbossweb. Sar \ Server. XML (Note: This directory is the installation directory)
Locate a node
<! -- A HTTP/1.1 Connector on port 8080 --> <connector protocol = "HTTP/1.1" Port = "$ {JBoss. web. HTTP. port} "address =" $ {JBoss. BIND. address }"
Change
<! -- A HTTP/1.1 Connector on port 8080 --> <connector protocol = "HTTP/1.1" Port ="8081"Address =" $ {JBoss. Bind. Address }"
Step 3 access the client
1. Enter http: // localhost: 8081/scrumworks in the browser
The following page is displayed:
2. scrumworks clients support two types: desktop clients (Java support is required) and web clients. ClickDownload Java,The client is started. The default user name is administrator and the password is password.
3. You can log on after the web page is refreshed.
4. Install scrumworks through the above steps.