Giter Club home page Giter Club logo

odoomini's Introduction

odoomini

Install

# apt-get install python-setuptools python-dev
# easy_install pip
# pip install virtualenv
# apt-get install -y zlib1g-dev libxslt1-dev libxml2-dev
# apt-get install -y libsasl2-dev libldap2-dev libssl-dev
# apt-get install -y libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev 
# apt-get install -y libpq-dev
apt-get install curl -y
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
apt-get install -y nodejs
npm install -g less less-plugin-clean-css
$ cd odoomini
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ cp debian/odoo.conf .

edit your odoo.conf

[options]
; This is the password that allows database operations:
; admin_passwd = admin
db_host = 127.0.0.1
db_port = 5432
db_user = odoo10
db_password = odoo10
addons_path = addons
data_dir = data
xmlrpc_port = 8069
xmlrpc_interface = 0.0.0.0
longpolling_port = 8072

install db

apt-get install postgresql-9.3 postgresql-server-dev-9.3  -y
sudo -u postgres psql
=# create user "odoo10" with password 'odoo10' createdb;
=# \q 

run server

$ python odoo-bin -c odoo.conf

odoomini's People

Contributors

n37r06u3 avatar

Watchers

Eneldo Serrata avatar James Cloos avatar

Forkers

westlyou

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.