Book Image

Working with OpenERP

By : Greg Moss
Book Image

Working with OpenERP

By: Greg Moss

Overview of this book

<p>OpenERP continues to gain momentum throughout the world in providing the best platform for open source ERP installations. This book covers all the essential modules and how to get the power of OpenERP to work for you.</p> <p>"Working with OpenERP" provides a real-world business solution approach to integrating OpenERP into your small or medium sized business. This book begins by walking you through how to install OpenERP on a Windows or Ubuntu server then takes you through all the essential modules you will need to get OpenERP up and running for your company.</p> <p>All through the book, "Working with OpenERP" provides real-world examples in sales, customer relationship management (CRM), purchasing, manufacturing, human resources, and financial accounting. After covering the basics, you will learn how to customize various methods to configure OpenERP for your business and even build your own custom modules.</p> <p>"Working with OpenERP" covers all the basics of installing and using OpenERP along with advanced real-world examples you will not find anywhere else.</p>
Table of Contents (21 chapters)
Working with OpenERP
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Installing OpenERP on Ubuntu


This book will you walkthrough how to install OpenERP on Ubuntu using the latest all-in-one nightly package. Depending on your Ubuntu installation and how you want to work with OpenERP, there are alternative installation methods.

Modifying sources.list

Installing OpenERP in Ubuntu is easy when you use the Debian repository. You can use any standard text editor, such as Nano, to modify the file /etc/apt/sources.list and add the following line:

deb http://nightly.openerp.com/7.0/nightly/deb/ ./

Installing the package

After saving sources.list, you can start the installation process by entering these commands into a terminal window:

sudo apt-get update
sudo apt-get install openerp

The OpenERP packages will be first downloaded and then installed. This is an all-in-one installation and should set up all the necessary packages, PostgreSQL, and library dependencies required to run OpenERP.

Testing your OpenERP installation

Point your browser to http://localhost:8069 and you should see the OpenERP login page appear.