möbel porta in köln-lind

In de Cramer 146 6412 PM Heerlen BCGuides & Tutorials Website Guides Control Panels & Content Management Systems Install Odoo 9 ERP on Ubuntu 14.04 Install Odoo 9 ERP on Ubuntu 14.04 Updated Thursday, July 21st, 2016 by Linode Contributed by Damaso Sanoja DOCS10 Try this Guide Contribute on GitHub View Project | View File | Edit File This is a Linode Community guide.Write for us and earn $250 per published guide.Odoo (formerly known as OpenERP) is an open-source suite of business applications including: Customer Relationship Management, Sales Pipeline, Project Management, Manufacturing, Invoicing , Accounting, eCommerce and Inventory just to name a few.There are 31 main applications created by Odoo team and over 4,500+ developed by community members covering a wide range of business needs.Once deployed, Odoo’s flexibility allows the administrator to install any module combination and configure/customize them at will to satisfy business needs ranging from a small shop to an Enterprise Level Corporation.
This guide covers how to install and configure Odoo in just 35 minutes using Git source, so it will be easy to upgrade, maintain and customize.Before You Begin Complete the Getting Started guide.Follow the Securing Your Server guide to create a standard user account, harden SSH access and remove unnecessary network services; this guide will use sudo wherever possible.Do not follow the Configuring a Firewall section–this guide has instructions specifically for an Odoo production server.möbel kaufen neumarktLog in to your Linode via SSH and check for updates using apt-get package manager.msbte model answer paper1 Open Corresponding Firewall Ports In this case we’re using Odoo’s default port 8069, but this could be any port you specify later in the configuration file.msbte model answer paper
Install Database and Server Dependencies Now we’re going to install the PostgreSQL database and other necessary server libraries using apt-get 1 Create Odoo User and Log Directory Create the Odoo system user: 1 Create the log directory: 1 In the scenario of running multiple Odoo versions on the same Linode you may want to use different users and directories for each instance.mobel munchen talChange to the Odoo directory, in our case: 1 Clone the Odoo files on your server: 1 Using Git allows great flexibility because any time a new upgrade ,is available you only need to pull that branch, You can even install a different one alongside the production version; just change the destination directory and the --branch X.x flag.mobel gebraucht osnabruckBefore performing any operation, remember to make a full backup of your database and custom files.mobel nurnberg au?ere bayreuther
Create PostgreSQL User Switch to postgres user: 1 But if you’re deploying a Production server, you may want to set a strong password for the database user: 1 You’ll be prompted for a password, save it, we’ll need it shortly.In the scenario of a testing or development environment you could create a user with no password using createuser odoo -U postgres -dRS.Press CTRL+D to exit from postgres user session.paidi möbel preislisteIf you want to run multiple Odoo instances on the same Linode remember to check pg_hba.conf and change it according your needs.möbel mcaSpecific Dependencies for Odoo Applications Using pip instead of apt-get will guarantee that your installation has the correct versions needed.vf möbelWe’ll also abstain of using Ubuntu’s packaged versions of Wkhtmltopdf and node-less.
Install Python Dependencies Install Python libraries using the following commands: Install Less CSS via nodejs and npm Download the nodejs installation script from nodesource: 1 Now that our repository list is updated install nodejs using apt-get: 1 Time to install a newer version of Less via npm: 1 Install Updated Wkhtmltopdf Version Switch to the /tmp/ directory: 1 Download the recommended version of wkhtmltopdf for Odoo server, currently 0.12.1: 1 Install the package using dpkg: 1 To function properly we’ll need to copy the binaries to an adequate location: Odoo Server Configuration Copy the included configuration file to a more convenient location, changing its name to odoo-server.conf: 1 Next we need to modify the configuration file.The finished file should look similar to this depending on your deploying needs: /etc/odoo-server.conf [] > // ///-.admin_passwd = admin This is the password that allows database operations.
db_host = False Unless you plan to connect to a different database server address, leave this line untouched.db_port = False Odoo uses PostgreSQL default port 5432, change only if necessary.db_user = odoo Database user, in this case we used the default name.db_password = The previously created PostgreSQL user password.addons_path = We need to modify this line to read: addons_path = /opt/odoo/addons.Add if needed.We need to include the path to log files adding a new line: logfile = /var/log/odoo/odoo-server.log.Optionally we could include a new line specifying the Odoo Frontend port used for connection: xmlrpc_port = 8069.This only makes sense if you’re planning to run multiple Odoo instances (or versions) on the same server.For normal installation you could skip this line and Odoo will connect by default to port 8069.Odoo Boot Script Next step is creating a boot script called odoo-server to gain control over Odoo’s behavior and use it at server startup and shutdown.
/etc/init.d/odoo-server = = == = = = =" [ ] 0 [ ] { [ ] 1 =`` [ ] 0 1 } "1}" ) }} \}\}} "} ) }} \ "} ) }} \} \}\}} "} *) N=} }1 0 Odoo File Ownership and Permissions Change the odoo-server file permissions and ownership so only root can write to it, while the odoo user will only be able to read and execute it.Since the odoo user will run the application, change its ownership accordingly: 1 We should set the odoo user as the owner of log directory as well: 1 Finally, we should protect the server configuration file changing its ownership and permissions so no other non-root user can access it: Testing the Server It’s time to check that everything is working as expected; let’s start the Odoo server: 1 Let’s take a look at log file to verify that no errors occurred: 1 Now we can check if the server stops properly too: 1 Enter the same command as you did in Step 2: 1 Running Boot Script at Server Startup and Shutdown If the Odoo server log doesn’t indicate any problems, we can continue and make the boot script start and stop with the server: 1 It’s a good idea to restart our Linode to see if everything is working: 1 Once restarted, verify the log file again: 1 Testing Odoo Frontend Open a new browser window and enter your IP address, followed by :8069 (to indicate port 8069) in the address bar: 1 A screen similar to this will show: Congratulations, now you can create your first database and start using Odoo!