In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly explains the "ubuntu rapid installation of Odoo9 steps", the article explains the content is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in depth, together to study and learn the "ubuntu rapid installation of Odoo9 steps" bar!
Methods / steps
1. Install VMware software
2. Install Ubuntu14.04 system
Open the terminal (Terminal)
Update Ubuntu server software source
# increase the software update source of Ali Cloud ubuntu for faster (Ali Cloud CVM has been added)
Sudo sed-I's | cn.archive.ubuntu.com | mirrors.aliyun.com | g'/ etc/apt/sources.list
# Update the software source
Sudo apt-get update
# update the software package to find dependencies automatically
Sudo apt-get dist-upgrade
# restart the server to update the changed content
Sudo shutdown-r now
Install and configure the database server PostgreSQL
# run the following command to check the version of the PostgreSQL database:
# View PostgreSQL version
Psql-version
# if an error is reported, it indicates that PostgreSQL has not been installed before, then you can install it with the following command:
# install PostgreSQL
Sudo apt-get install postgresql
# next, switch to the postgres user, which is the default initial user of PostgreSQL. We have the permission to configure the database if we operate in its capacity:
# switch to postgres user
Sudo su-postgres
# then create a new database user as postgres. The odoo,Odoo program will access the database with that user and password.
# create a database user odoo
Createuser-createdb-username postgres-no-createrole-no-superuser-pwprompt odoo
# enter the password according to the system and remember the password you set here.
# finally, run exit to exit the postgres user.
Exit
Install the odoo program
1. Add the odoo update address to the update source / etc/apt/sources.list of Ubuntu.
# Open the update address file
Sudo nano / etc/apt/sources.list
# add the odoo update address at the end (pay attention to the space)
Deb http://nightly.odoo.com/9.0/nightly/deb/. /
# press Ctrl+X, then press Y, and then enter
two。 Update source:
If an error occurs in sudo apt-get update: GPG error: http://nightly.odoo.com. / Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DEF2A2198183CBB5 solution: sudo apt-key adv-- keyserver keyserver.ubuntu.com-- recv-keys DEF2A2198183CBB5
3. Upgrade all suites:
Sudo apt-get upgrade
4. Install doo:
Sudo apt-get install odoo
Note: press Y twice and agree to install
Modify the openerp-config file
# stop odooe service
Sudo service odoo stop
# Open / etc/odoo/openerp-server and modify the database configuration information.
Sudo nano / etc/odoo/openerp-server.conf
# the following image of content installation (db_password is the password of the previously entered odoo)
# start the odoo service
Sudo service odoo start
After the installation is complete, it can be accessed through the browser.
Thank you for your reading, the above is the "ubuntu quick installation of Odoo9 steps" of the content, after the study of this article, I believe you on the ubuntu rapid installation of Odoo9 steps of this problem has a deeper understanding, the specific use of the need for you to practice and verify. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.