Hosting Problem

101 views
Skip to first unread message

Shabana Imthiyas

unread,
Apr 17, 2014, 4:43:46 AM4/17/14
to erpnext-dev...@googlegroups.com
Hi,

I am new to ERPNext.I installed and setup in my local system using Virtual Box.I created a test ftp and uploaded but then it shows folders and .py files and not GUI that i got in my local system.Kindly help me to find out a way.

Thanks and Regards,
shabana

Pratik Vyas

unread,
Apr 17, 2014, 9:48:35 AM4/17/14
to erpnext-dev...@googlegroups.com
Hi Shabana,

On Thu, Apr 17, 2014 at 2:13 PM, Shabana Imthiyas
<shaban...@gmail.com> wrote:
> Hi,
>
> I am new to ERPNext.I installed and setup in my local system using Virtual
> Box.I created a test ftp and uploaded but then it shows folders and .py
> files and not GUI that i got in my local system.Kindly help me to find out a
> way.

I'd recommend that you install Ubuntu on your virtual machine and
follow the instructions here,
https://github.com/frappe/erpnext/wiki/How-to-Install-ERPNext

Note: Ubuntu 12.04 and later already have Python 2.7
>
> Thanks and Regards,
> shabana
>
> --
> Note:
>
> If you are posting an issue,
> 1. We should be able to replicate it at our end. So please give us as much
> information as you can. Please see it from the point of view of the person
> receiving the communication.
> 2. Paste your code at http://pastebin.com or http://gist.github.com and send
> only the URL via email
> 3. For sending images, use http://imgur.com or other similar services. Do
> not send images as attachments. Links are good. Same goes for any file you
> are going to send.
>
> End of Note
> ---
> You received this message because you are subscribed to the Google Groups
> "ERPNext Developer Forum" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to erpnext-developer...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/erpnext-developer-forum/bb651821-dbc5-4993-b66b-92e8e856745d%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.


Thanks,
--
Pratik
erpnext

Shabana Imthiyas

unread,
Apr 19, 2014, 3:47:32 AM4/19/14
to erpnext-dev...@googlegroups.com
Hi,

I already installed ubuntu in my virtual machine.And it is going fine in my virtual machine.The problem is that i hosted the erpnext to a test ftp server see this link http://fhecrane.com/swc/erpnext/erpnext .

Here it shows folders and .py files.
why cant i see the GUI.
What should be done to see the GUI.

Thanks and Regards,
shabana

Pratik Vyas

unread,
Apr 19, 2014, 4:13:46 AM4/19/14
to erpnext-dev...@googlegroups.com
Hi,

On Sat, Apr 19, 2014 at 1:17 PM, Shabana Imthiyas
<shaban...@gmail.com> wrote:
> Hi,
>
> I already installed ubuntu in my virtual machine.And it is going fine in my
> virtual machine.The problem is that i hosted the erpnext to a test ftp
> server see this link http://fhecrane.com/swc/erpnext/erpnext .
>

You have to run `./lib/wnf.py --serve` to start the server (by
default, it'll run on port 8000). Then, the GUI is available at
http://localhost:8000/

What do you mean by hosted?
> Here it shows folders and .py files.
> why cant i see the GUI.
> What should be done to see the GUI.
>
> Thanks and Regards,
> shabana
>
> --
> Note:
>
> If you are posting an issue,
> 1. We should be able to replicate it at our end. So please give us as much
> information as you can. Please see it from the point of view of the person
> receiving the communication.
> 2. Paste your code at http://pastebin.com or http://gist.github.com and send
> only the URL via email
> 3. For sending images, use http://imgur.com or other similar services. Do
> not send images as attachments. Links are good. Same goes for any file you
> are going to send.
>
> End of Note
> ---
> You received this message because you are subscribed to the Google Groups
> "ERPNext Developer Forum" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to erpnext-developer...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/erpnext-developer-forum/aabef819-cace-448e-9118-aced9d8b983d%40googlegroups.com.

Shabana Imthiyas

unread,
Apr 20, 2014, 5:55:51 AM4/20/14
to erpnext-dev...@googlegroups.com
Hi Patrik,

I successfully created the erpnext on my linux OS. The problem is that I uploaded the erpnext folder from home directory to a test server http://fhecrane.com/swc/erpnext/erpnext .But now I can see only the folders and files.I cannot see the GUI that we see in http://localhost:8000 ,in the ftp server  http://fhecrane.com/swc/erpnext/erpnext .

Thanks and Regards,
Shabana


Pratik Vyas

unread,
Apr 20, 2014, 10:20:23 AM4/20/14
to erpnext-dev...@googlegroups.com
Hi Shabana,
You cannot host it that way. To host in a production environment,
follow the steps you followed in the vm and continue with
https://github.com/webnotes/erpnext/wiki/WSGI-Production-Deployment


> Thanks and Regards,
> Shabana
>
>
> --
> Note:
>
> If you are posting an issue,
> 1. We should be able to replicate it at our end. So please give us as much
> information as you can. Please see it from the point of view of the person
> receiving the communication.
> 2. Paste your code at http://pastebin.com or http://gist.github.com and send
> only the URL via email
> 3. For sending images, use http://imgur.com or other similar services. Do
> not send images as attachments. Links are good. Same goes for any file you
> are going to send.
>
> End of Note
> ---
> You received this message because you are subscribed to the Google Groups
> "ERPNext Developer Forum" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to erpnext-developer...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/erpnext-developer-forum/02f689be-5bbe-4f50-9bb2-f298ab8966ef%40googlegroups.com.

Shabana Imthiyas

unread,
Apr 22, 2014, 12:28:01 AM4/22/14
to erpnext-dev...@googlegroups.com
Thanks patrik
Reply all
Reply to author
Forward
0 new messages