Confluence3.4 installation and configuration 1. wgethttp: // configure
Confluence3.4 installation and configuration
Install
1. wget http://downloads.atlassian.com/software/confluence/downloads/confluence-3.4.-std.tar.gz
2. tar-zxvf confluence-3.4-std.tar.gz
3. mv confluence-3.4-std/usr/local/confluence-3.4
Configuration, Chinese
1. mkdir/opt/confluence-3.4/data
2, cd/opt/confluence-3.4/confluence/WEB-INF/classes
3. vi confluence-init.properties
4. confluence. home =/usr/local/confluence-3.4/data
5. wget http://www.fangwai.net/software/confluence/download/confluence-zh_CN-plugin.jar
6, mv confluence-zh_CN-plugin.jar/usr/local/confluence-3.4/confluence/WEB-INF/lib/
1. Start mysql
2. Create a database named confluence
> Mysql-u root-p
> Create database confluence character set 'utf8 ';
3. Copy the mysql database driver mysql-connector-java-5.1.13-bin.jar connected to java to the/usr/local/confluence-3.4/lib directory (important)
4. cd/usr/local/confluence-3.4/conf/
Vim server. xml
Change port = "8080" to port = "8090" (otherwise it will conflict with the tomcat port)
Cd/usr/local/cofluence-3.4/bin
./Startup. sh (start it)
4. The rest will be done in the browser (if you are using a tool to connect to a remote linux server, then you can return to your windows interface)
Enter http: // your ip address: 8090 in the browser
Then click online to generate an evaluation license
After obtaining the license, you can install it. For details, see the figure.
URL: jdbc: mysql: // localhost/confluence? AutoReconnect = true & useUnicode = true & characterEncoding = utf8
UserName: Enter the UserName of your mysql connection.
Password: enter the Password of the username for your mysql connection.
OK, no!
For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2