如何在windows 10上安装odoo v8.0和开发环境?

时间:2022-03-20 06:56:42

I am trying to install odoo 8.0 in windows 10 OS so far these are the steps I have been following but when I run odoo.py on command line the odoo server is not initializing.

我正在尝试在windows 10操作系统中安装odoo 8.0,到目前为止,这些是我一直在跟踪的步骤,但是当我运行odoo时。在命令行上,odoo服务器没有初始化。

    Install Odoo for development:

  • Install Pycharm
  • 安装Pycharm
  • Install Python 2.7
  • 安装Python 2.7
  • Download get-pip.py
  • 下载get-pip.py
  • python get-pip.py
  • python get-pip.py
  • cd your odoopath
  • 光盘你odoopath
  • c:\python\scripts\pip.exe install -r requirements.txt
  • python c:\ \ \皮普的脚本。exe安装- r让
  • Or C:\Python27\Scripts\pip.exe install --upgrade -r requirements.txt
  • 或C:\ Python27 \ \皮普的脚本。exe安装——升级-r需求
  • install simplejson
  • 安装simplejson
  • Install NodeJs
  • 安装NodeJs
  • Install VCForPython27.msi
  • 安装VCForPython27.msi
  • pip install pypiwin32
  • pip安装pypiwin32
  • odoo.py
  • odoo.py
  • Create db on pgadmin
  • 上创建db pgadmin
  • Start Odoo with db credentials -- odoo.py -d DHS -r aahi-admin -w DHSNAIROBI
  • 启动Odoo与db凭证- Odoo。在DHS -r aahi-admin -w dhsnai罗比
  • odoo.py -d databasename -r username -w password
  • odoo。py -d databasename -r用户名-w密码
  • First login is admin/admin
  • 第一次登录是admin / admin
  • 1 个解决方案

    #1


    0  

    If you are working in window environment then download and install the latest build EXE file from the odoo nightly server.

    如果您正在窗口环境中工作,那么可以从odoo夜间服务器下载并安装最新的构建EXE文件。

    This Package build merged all the odoo related python packages and other dependent files.We have no need to install it separately in our machine.

    这个包构建合并了所有odoo相关的python包和其他相关文件。我们不需要在机器上单独安装。

    Every night, a new set of packages is generated for the branches listed below. This set consists of deb and rpm packages for Debian and RedHat distributions, an EXE package for Windows and a source package.

    每天晚上,都会为下面列出的分支生成一组新的包。该集合包含用于Debian和RedHat发行版的deb和rpm包、用于Windows的EXE包和源包。

    Please pick your favorite odoo version with latest build EXE and use and install it in your system from which same as normal EXE file in the window.

    请选择您最喜欢的带有最新构建EXE的odoo版本,并将其安装到您的系统中,该系统与窗口中的普通EXE文件相同。

    After Installed the odoo.exe file on your machine. Odoo setup create a new directory in default drive C: which named as Odoo and you will also find all add-ons and other server related modules in it.

    安装了odoo之后。您的机器上的exe文件。Odoo setup在默认驱动器C中创建一个新目录:它被命名为Odoo,您还可以在其中找到所有的附加组件和其他服务器相关的模块。

    Also, find the .bat file for starting the odoo instant. double click on it and run and then odoo servers will start with 8069 port

    另外,找到启动odoo instant的.bat文件。双击它并运行,odoo服务器将从8069端口开始

    And see the result in your favourite browser.

    并在您最喜欢的浏览器中查看结果。

    I hope my answer may helpful for you :)

    我希望我的回答能对你有所帮助。

    #1


    0  

    If you are working in window environment then download and install the latest build EXE file from the odoo nightly server.

    如果您正在窗口环境中工作,那么可以从odoo夜间服务器下载并安装最新的构建EXE文件。

    This Package build merged all the odoo related python packages and other dependent files.We have no need to install it separately in our machine.

    这个包构建合并了所有odoo相关的python包和其他相关文件。我们不需要在机器上单独安装。

    Every night, a new set of packages is generated for the branches listed below. This set consists of deb and rpm packages for Debian and RedHat distributions, an EXE package for Windows and a source package.

    每天晚上,都会为下面列出的分支生成一组新的包。该集合包含用于Debian和RedHat发行版的deb和rpm包、用于Windows的EXE包和源包。

    Please pick your favorite odoo version with latest build EXE and use and install it in your system from which same as normal EXE file in the window.

    请选择您最喜欢的带有最新构建EXE的odoo版本,并将其安装到您的系统中,该系统与窗口中的普通EXE文件相同。

    After Installed the odoo.exe file on your machine. Odoo setup create a new directory in default drive C: which named as Odoo and you will also find all add-ons and other server related modules in it.

    安装了odoo之后。您的机器上的exe文件。Odoo setup在默认驱动器C中创建一个新目录:它被命名为Odoo,您还可以在其中找到所有的附加组件和其他服务器相关的模块。

    Also, find the .bat file for starting the odoo instant. double click on it and run and then odoo servers will start with 8069 port

    另外,找到启动odoo instant的.bat文件。双击它并运行,odoo服务器将从8069端口开始

    And see the result in your favourite browser.

    并在您最喜欢的浏览器中查看结果。

    I hope my answer may helpful for you :)

    我希望我的回答能对你有所帮助。