Install Confluence3.4 on Ubuntu (graphic explanation)

Source: Internet
Author: User
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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.