Skip to content

amon-ra/openshift-odoo-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenShift OpenERP quickstart

This quickstart contains an OpenERP installation ready to run on OpenShift.

Create your app

First, create an application with PostgreSQL:

$ rhc app create openerp python-2.7 postgresql-9

Then, merge and push this repo into your new app. Please be patient, this operation may last for a long time.

$ cd openerp/
$ git remote add upstream https://github.com/amon-ra/openshift-odoo-quickstart.git
$ git pull -s recursive -X theirs upstream 8.0
$ git push

That's it!

Now put your own modules in addons dir and do another

git push

Now put your own modules in addons dir and do another

git push

Point your browser to https://openerp-$namespace.rhcloud.com and login. Default credentials are:

Username: admin
Password: admin

Upgrade

To use master version pull master on previus commands.

About

OpenERP on OpenShift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.6%
  • JavaScript 27.1%
  • Shell 2.9%
  • CSS 2.3%
  • HTML 1.1%