跳至内容
菜单
此问题已终结
4 回复
4498 查看

Hello everyone:

following a tutorial programming and modification of modules, in a report says.

  "In this tutorial, we assume That OpenERP is installed on a Linux / Debian server and That we are working on a Windows PC."

What this means, pardon my ignorance:

You must create a virtual box to install debian and connect from Windows? I really do not understand.
 

形象
丢弃
最佳答案

A different approach: https://github.com/odoo-colombia/odoo-vagrant

形象
丢弃
最佳答案

It assumes that OpenERP is fully configurated and running (most commonly on a debian server) and it must be assuming that you are using PC running windows to access that server (perhaps because it indicates tools that work in windows along the tutorial, e.g. Notepad++ or Sublime Text for editing your files, and putty to access remotely to your server and winSCP or FileZilla to upload them to server), but I guess if you are running OpenERP on windows (or whatever) since you put the files in the right place the tutorial and work with the adequate tools, all should work fine!...

形象
丢弃
编写者 最佳答案

Hello, this is actually a tutorial, where WinSCP is used.

specifically: http://thierry-godin.developpez.com/openerp/tutorial-module-creation-pos-modification-english-version/#LI

But I could not move, because when he says:

Log in with WinSCP (as root) and connect to your dev server.
Navigate to the / opt directory and create a new folder. Name it-openerp modules.

Log in using PuTTY (from WinSCP) and enter the following commands:

Actually I downloaded WinSCP, but when I go to connect to the server, write server name: localhost, put that port 8069 is the default.

But WinSCP not connecting me says that the server takes too!

I do not understand why

形象
丢弃

The default port for winscp is 22,that is the ssh port.

编写者

Hello, this is the port of WinSCP, indeed. But I put that 8069 is the default port or OpenERP server, but do not know if that's right. Because you do not connect me, thanks

最佳答案

Connecting with WinSCP is made thru SSH.

Host : IP address of the server

port number : 22

User name : root

Password : root password

Once connected with WinSCP you can browse the file system and continue the tutorial.

Maybe the translation is not so efficient. Sorry, I learned english at school ... but 35 years ago ... I may forgot some stuff

形象
丢弃