Deployment of Redmine on Ubuntu12.04 Virtual Machine

Source: Internet
Author: User
Tags redmine automake
In the past two days, the company has to deploy a project management server for the project. After three days, I have succeeded (the company's computer configuration is really awkward ~~) The process is quite troublesome. It is also very troublesome to find resources, and the configuration process is always wrong, so you have to record it for future use. You can also provide some experience for future users. I will upload all the resource packages to my resources. The following is a record of the problems I encountered. I created a Ubuntu VMVarese virtual machine in the XP system and then built it on it,

In the past two days, the company has to deploy a project management server for the project. After three days, I have succeeded (the company's computer configuration is really awkward ~~)

The process is quite troublesome. It is also very troublesome to find resources, and the configuration process is always wrong, so you have to record it for future use. You can also provide some experience for future users. I will upload all the resource packages to my resources.

The following is a record of the problems I encountered. I created a Ubuntu VMVarese virtual machine in the XP system and then built it on it, because it is mainly used in the company's internal LAN, we should not have such high requirements on machine configuration. It is mainly convenient to use virtual machines, and I was the first time to build such a server.

I built with reference to this post, http://www.linuxidc.com/Linux/2012-06/62065.htm

1. After Ubuntu 12.04 is installed, the Unity desktop is unfamiliar and the command line is not found. Finally, Ctrl + Alt + T is displayed.

2. to install redmine, you need to use NAT to access the Internet, because the DHCP service can be used to solve the NAT problem. If not, restart the Virtual Machine and try again.

See this post http://www.linuxidc.com/Linux/2012-06/62067.htm for networking issues

3. sudo apt-get install ** prompt: unbale tolocate **

Solution: sudo apt-get update

4. to install the VM Share shared directory, you must set it in VM setting and install VM Tools. You must also install VM tools in linux.

It is found that ubuntu is a debian variant, and its software appears in the form of a deb package or source file, so the rpm is converted to the deb Method for installation.

The rpm package of VM tools. to convert the rpm package to a deb package, install alien and fakeroot first, and then install the deb package of rpm In debian mode,

(Installing this package may cause the system to be unable to access the graphic interface, cup, and cause me to re-build ubuntu for the nth plus 1 time)

5. install the pinyin input method, sudo apt-get install ibus-*, enter im-switch in the command line to set the input method, restart, and add pinyin

6. Check whether libtool is installed before mySQL compilation. If sudo apt-get install libtool is not installed

# Autoreconf -- force -- install

# Libtoolize -- automake -- force

# Automake -- force -- add-missing

Compile and install

If not, open configure and comment out the $ RM "$ folder file" line.

7. When installing apache, the error exec: g ++: not found may be reported. you can install gobjc ++ in advance.

Related Article

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.