Need help with Wiki page on How to install ERPNext

Hello all i have been banging around trying to get erpnext to install
onto debian 6.0 have a couple of isssues with the wiki page that i
need to get sorted as i cannot get erpnext working. I also have
posted some instructions to my blog to make it easier for anyone else
using Debian and most likely will work with ubuntu too. here is a
link to my blog containing the details of my installation.

http://computerking.ca/node/615

I have tried for many hours now without success when i point a browser
to http://192.168.1.208/erpnext i just get the directory listing with
a single folder erpnext when i click on the erpnext folder it takes me
to a text file that looks like below. I am pretty sure this is just a
simple apache config problem but i cannot figure it out please help!
.
#!/usr/bin/python

ERPNext - web based ERP (http://erpnext.com)

Copyright (C) 2012 Web Notes Technologies Pvt Ltd

This program is free software: you can redistribute it and/or modify

it under the terms of the GNU General Public License as published by

the Free Software Foundation, either version 3 of the License, or

(at your option) any later version.

This program is distributed in the hope that it will be useful,

but WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

GNU General Public License for more details.

You should have received a copy of the GNU General Public License

along with this program. If not, see <Licenses - GNU Project - Free Software Foundation

.

import cgi, cgitb, os, sys
cgitb.enable()

import libs

sys.path.append(‘lib/py’)
sys.path.append(‘erpnext’)
<…snip…>

On Mar 16, 12:43 am, Anand Doshi an...@iwebnotes.com wrote:

We have had many queries regarding how to install ERPNext on this forum and
our support system.
It is not intuitive to search on google groups and hence, there arises a
need to have a document on basic installation steps, somewhere more
accessible.

Therefore, we have created a wiki page on github, regarding the steps
required to install ERPNext.
Please have a look and try to contribute if you have any corrections /
suggestions on the same.

How to Install ERPNext · webnotes/erpnext Wiki · GitHub

Thanks,
Anand Doshi.


You received this message because you are subscribed to the Google Groups “ERPNext Technical Forum” group.
To post to this group, send email to wn...@googlegroups.com.
To unsubscribe from this group, send email to wnframework+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.

Hi,

I think your apache settings for cgi are not correct or not on the right or port. If you can paste your conf settings we can let you know.

(similar issue)

(also we have just merged the master with the latest release so you should pull the latest source and db)

best,
Rushabh

On 09-May-2012, at 1:42 PM, Computer King wrote:

Hello all i have been banging around trying to get erpnext to install
onto debian 6.0 have a couple of isssues with the wiki page that i
need to get sorted as i cannot get erpnext working. I also have
posted some instructions to my blog to make it easier for anyone else
using Debian and most likely will work with ubuntu too. here is a
link to my blog containing the details of my installation.

http://computerking.ca/node/615

I have tried for many hours now without success when i point a browser
to http://192.168.1.208/erpnext i just get the directory listing with
a single folder erpnext when i click on the erpnext folder it takes me
to a text file that looks like below. I am pretty sure this is just a
simple apache config problem but i cannot figure it out please help!
.
#!/usr/bin/python

ERPNext - web based ERP (http://erpnext.com)

Copyright (C) 2012 Web Notes Technologies Pvt Ltd

This program is free software: you can redistribute it and/or modify

it under the terms of the GNU General Public License as published by

the Free Software Foundation, either version 3 of the License, or

(at your option) any later version.

This program is distributed in the hope that it will be useful,

but WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

GNU General Public License for more details.

You should have received a copy of the GNU General Public License

along with this program. If not, see <Licenses - GNU Project - Free Software Foundation

.

import cgi, cgitb, os, sys
cgitb.enable()

import libs

sys.path.append(‘lib/py’)
sys.path.append(‘erpnext’)
<…snip…>

On Mar 16, 12:43 am, Anand Doshi an...@iwebnotes.com wrote:

We have had many queries regarding how to install ERPNext on this forum and
our support system.
It is not intuitive to search on google groups and hence, there arises a
need to have a document on basic installation steps, somewhere more
accessible.

Therefore, we have created a wiki page on github, regarding the steps
required to install ERPNext.
Please have a look and try to contribute if you have any corrections /
suggestions on the same.

How to Install ERPNext · webnotes/erpnext Wiki · GitHub

Thanks,
Anand Doshi.


You received this message because you are subscribed to the Google Groups “ERPNext Technical Forum” group.
To post to this group, send email to wn...@googlegroups.com.
To unsubscribe from this group, send email to wnframework+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.


You received this message because you are subscribed to the Google Groups “ERPNext Technical Forum” group.
To post to this group, send email to wn...@googlegroups.com.
To unsubscribe from this group, send email to wnframework+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.

I thought i might try installing ERPNext again might have better luck second time around with git. Plus you mentioned i should update
However couple of new issues
1. As before the links for git on your wiki do not work
git clone gi...@github.com:webnotes/erpnext.git
Cloning into erpnext...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
as a workaround i used the links on the older blog which seem to work
git clone https://github.com/webnotes/erpnext.git
Now i cannot find the defs_template.py file.
find /var/www/ -name defs_template.py
ro...@neptune:/var/www#
My directory structure looks like this now what happend to defs_template.py???
/var/www# ls -l
total 8
drwxr-xr-x 3 www-data root 4096 May 9 15:43 ERPNext
/var/www/ERPNext# ls -l
total 4
drwxr-xr-x 10 root root 4096 May 9 15:47 erpnext
/var/www/ERPNext/erpnext# ls -l
total 64
-rwxr-xr-x 1 root root 1076 May 9 15:44 INSTALL
-rw-r--r-- 1 root root 686 May 9 15:44 README.md
-rw-r--r-- 1 root root 0 May 9 15:44 blank.html
-rw-r--r-- 1 root root 411 May 9 15:44 build.json
drwxr-xr-x 2 root root 4096 May 9 15:44 cgi-bin
drwxr-xr-x 2 root root 4096 May 9 15:44 css
drwxr-xr-x 2 root root 4096 May 9 15:44 data
drwxr-xr-x 17 root root 4096 May 9 15:44 erpnext
drwxr-xr-x 2 root root 4096 May 9 15:44 images
-rwxr-xr-x 1 root root 2557 May 9 15:44 index.cgi
drwxr-xr-x 2 root root 4096 May 9 15:44 js
drwxr-xr-x 8 root root 4096 May 9 15:47 lib
-rwxr-xr-x 1 root root 1062 May 9 15:44 rss.xml
-rwxr-xr-x 1 root root 1181 May 9 15:44 sitemap.xml
-rw-r--r-- 1 root root 2353 May 9 15:44 temp.py
-rw-r--r-- 1 root root 348 May 9 15:44 todo.md
-rw-r--r-- 1 root root 893 May 9 15:44 unsupported.html
/var/www/ERPNext/erpnext/lib# ls -l
total 52
-rw-r--r-- 1 root root 2042 May 9 15:47 INSTALL.md
-rw-r--r-- 1 root root 1363 May 9 15:47 README.md
-rw-r--r-- 1 root root 434 May 9 15:47 attribution.md
-rw-r--r-- 1 root root 5312 May 9 15:47 build.json
drwxr-xr-x 2 root root 4096 May 9 15:47 conf
drwxr-xr-x 8 root root 4096 May 9 15:47 css
drwxr-xr-x 4 root root 4096 May 9 15:47 images
drwxr-xr-x 5 root root 4096 May 9 15:47 js
drwxr-xr-x 5 root root 4096 May 9 15:47 py
-rwxr-xr-x 1 root root 9127 May 9 15:47 wnf.py
/var/www/ERPNext/erpnext/lib/py# ls -l
total 12
-rw-r--r-- 1 root root 0 May 9 15:47 __init__.py
drwxr-xr-x 2 root root 4096 May 9 15:47 build
drwxr-xr-x 4 root root 4096 May 9 15:47 core
drwxr-xr-x 9 root root 4096 May 9 15:47 webnotes

/var/www/ERPNext/erpnext/lib/py/webnotes# ls -l
total 100
-rw-r--r-- 1 root root 5778 May 9 15:47 __init__.py
-rw-r--r-- 1 root root 12930 May 9 15:47 auth.py
-rw-r--r-- 1 root root 3371 May 9 15:47 boot.py
drwxr-xr-x 2 root root 4096 May 9 15:47 cms
-rw-r--r-- 1 root root 11800 May 9 15:47 db.py
-rwxr-xr-x 1 root root 10922 May 9 15:47 handler.py
drwxr-xr-x 2 root root 4096 May 9 15:47 install_lib
drwxr-xr-x 2 root root 4096 May 9 15:47 model
drwxr-xr-x 2 root root 4096 May 9 15:47 modules
-rw-r--r-- 1 root root 149 May 9 15:47 password_reset.txt
-rw-r--r-- 1 root root 9079 May 9 15:47 profile.py
-rw-r--r-- 1 root root 3326 May 9 15:47 session_cache.py
drwxr-xr-x 2 root root 4096 May 9 15:47 tests
drwxr-xr-x 3 root root 4096 May 9 15:47 utils
drwxr-xr-x 3 root root 4096 May 9 15:47 widgets



On Wed, May 9, 2012 at 2:28 AM, Rushabh Mehta <rm...@gmail.com> wrote:
Hi,

I think your apache settings for cgi are not correct or not on the right <Directory> or port. If you can paste your conf settings we can let you know.

(similar issue)
http://stackoverflow.com/questions/4522906/problem-with-executing-cgi-scripts-on-apache

(also we have just merged the master with the latest release so you should pull the latest source and db)

best,
Rushabh



On 09-May-2012, at 1:42 PM, Computer King wrote:

> Hello all i have been banging around trying to get erpnext to install
> onto debian 6.0 have a couple of isssues with the wiki page that i
> need to get sorted as i cannot get erpnext working. I also have
> posted some instructions to my blog to make it easier for anyone else
> using Debian and most likely will work with ubuntu too. here is a
> link to my blog containing the details of my installation.
>
> http://computerking.ca/node/615
>
> I have tried for many hours now without success when i point a browser
> to http://192.168.1.208/erpnext i just get the directory listing with
> a single folder erpnext when i click on the erpnext folder it takes me
> to a text file that looks like below. I am pretty sure this is just a
> simple apache config problem but i cannot figure it out please help!
> .
> #!/usr/bin/python
>
> # ERPNext - web based ERP (http://erpnext.com)
> # Copyright (C) 2012 Web Notes Technologies Pvt Ltd
> #
> # This program is free software: you can redistribute it and/or modify
> # it under the terms of the GNU General Public License as published by
> # the Free Software Foundation, either version 3 of the License, or
> # (at your option) any later version.
> #
> # This program is distributed in the hope that it will be useful,
> # but WITHOUT ANY WARRANTY; without even the implied warranty of
> # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> # GNU General Public License for more details.
> #
> # You should have received a copy of the GNU General Public License
> # along with this program. If not, see <http://www.gnu.org/licenses/
>> .
>
>
> import cgi, cgitb, os, sys
> cgitb.enable()
>
> # import libs
> sys.path.append('lib/py')
> sys.path.append('erpnext')
> <...snip...>
>
>
> On Mar 16, 12:43 am, Anand Doshi <an...@iwebnotes.com> wrote:
>> We have had many queries regarding how to install ERPNext on this forum and
>> our support system.
>> It is not intuitive to search on google groups and hence, there arises a
>> need to have a document on basic installation steps, somewhere more
>> accessible.
>>
>> Therefore, we have created a wiki page on github, regarding the steps
>> required to install ERPNext.
>> Please have a look and try to contribute if you have any corrections /
>> suggestions on the same.
>>
>> https://github.com/webnotes/erpnext/wiki/How-to-Install-ERPNext
>>
>> Thanks,
>> Anand Doshi.
>
> --
> You received this message because you are subscribed to the Google Groups "ERPNext Technical Forum" group.
> To post to this group, send email to wn...@googlegroups.com.
> To unsubscribe from this group, send email to wnframework+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.
>

--
You received this message because you are subscribed to the Google Groups "ERPNext Technical Forum" group.
To post to this group, send email to wn...@googlegroups.com.
To unsubscribe from this group, send email to wnframework+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.




You received this message because you are subscribed to the Google Groups “ERPNext Technical Forum” group.

To post to this group, send email to wn...@googlegroups.com.

To unsubscribe from this group, send email to wnframework+un...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.

Maybe my last message was unclear I am have tried again to install your product and am having real difficulty Wiki instructions are broken on step 2 git links give permission denied also on step 8 i cannot find
defs_template.py or a defs.py


PS have also tried the onboard instruction INSTALL file but without a defs.py how can i make this work?

On Wed, May 9, 2012 at 4:11 PM, RYAN vAN GINNEKEN <ry...@gmail.com> wrote:
I thought i might try installing ERPNext again might have better luck second time around with git. Plus you mentioned i should update
However couple of new issues
1. As before the links for git on your wiki do not work
git clone gi...@github.com:webnotes/erpnext.git
Cloning into erpnext...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
as a workaround i used the links on the older blog which seem to work
Now i cannot find the defs_template.py file.
find /var/www/ -name defs_template.py
ro...@neptune:/var/www#

My directory structure looks like this now what happend to defs_template.py???
/var/www# ls -l
total 8
drwxr-xr-x 3 www-data root 4096 May 9 15:43 ERPNext

/var/www/ERPNext# ls -l
total 4
drwxr-xr-x 10 root root 4096 May 9 15:47 erpnext

/var/www/ERPNext/erpnext# ls -l
total 64
-rwxr-xr-x 1 root root 1076 May 9 15:44 INSTALL
-rw-r–r-- 1 root root 686 May 9 15:44 README.md

-rw-r–r-- 1 root root 0 May 9 15:44 blank.html
-rw-r–r-- 1 root root 411 May 9 15:44 build.json
drwxr-xr-x 2 root root 4096 May 9 15:44 cgi-bin
drwxr-xr-x 2 root root 4096 May 9 15:44 css
drwxr-xr-x 2 root root 4096 May 9 15:44 data

drwxr-xr-x 17 root root 4096 May 9 15:44 erpnext
drwxr-xr-x 2 root root 4096 May 9 15:44 images
-rwxr-xr-x 1 root root 2557 May 9 15:44 index.cgi
drwxr-xr-x 2 root root 4096 May 9 15:44 js
drwxr-xr-x 8 root root 4096 May 9 15:47 lib

-rwxr-xr-x 1 root root 1062 May 9 15:44 rss.xml
-rwxr-xr-x 1 root root 1181 May 9 15:44 sitemap.xml
-rw-r–r-- 1 root root 2353 May 9 15:44 temp.py
-rw-r–r-- 1 root root 348 May 9 15:44 todo.md

-rw-r–r-- 1 root root 893 May 9 15:44 unsupported.html

/var/www/ERPNext/erpnext/lib# ls -l
total 52
-rw-r–r-- 1 root root 2042 May 9 15:47 INSTALL.md
-rw-r–r-- 1 root root 1363 May 9 15:47 README.md

-rw-r–r-- 1 root root 434 May 9 15:47 attribution.md
-rw-r–r-- 1 root root 5312 May 9 15:47 build.json
drwxr-xr-x 2 root root 4096 May 9 15:47 conf
drwxr-xr-x 8 root root 4096 May 9 15:47 css

drwxr-xr-x 4 root root 4096 May 9 15:47 images
drwxr-xr-x 5 root root 4096 May 9 15:47 js
drwxr-xr-x 5 root root 4096 May 9 15:47 py
-rwxr-xr-x 1 root root 9127 May 9 15:47 wnf.py

/var/www/ERPNext/erpnext/lib/py# ls -l

total 12
-rw-r–r-- 1 root root 0 May 9 15:47 init.py
drwxr-xr-x 2 root root 4096 May 9 15:47 build
drwxr-xr-x 4 root root 4096 May 9 15:47 core
drwxr-xr-x 9 root root 4096 May 9 15:47 webnotes


/var/www/ERPNext/erpnext/lib/py/webnotes# ls -l
total 100
-rw-r--r-- 1 root root 5778 May 9 15:47 __init__.py
-rw-r--r-- 1 root root 12930 May 9 15:47 auth.py
-rw-r--r-- 1 root root 3371 May 9 15:47 boot.py

drwxr-xr-x 2 root root 4096 May 9 15:47 cms
-rw-r–r-- 1 root root 11800 May 9 15:47 db.py
-rwxr-xr-x 1 root root 10922 May 9 15:47 handler.py
drwxr-xr-x 2 root root 4096 May 9 15:47 install_lib
drwxr-xr-x 2 root root 4096 May 9 15:47 model

drwxr-xr-x 2 root root 4096 May 9 15:47 modules
-rw-r–r-- 1 root root 149 May 9 15:47 password_reset.txt
-rw-r–r-- 1 root root 9079 May 9 15:47 profile.py
-rw-r–r-- 1 root root 3326 May 9 15:47 session_cache.py

drwxr-xr-x 2 root root 4096 May 9 15:47 tests
drwxr-xr-x 3 root root 4096 May 9 15:47 utils
drwxr-xr-x 3 root root 4096 May 9 15:47 widgets






On Wed, May 9, 2012 at 2:28 AM, Rushabh Mehta <rm…@gmail.com> wrote:

Hi,



I think your apache settings for cgi are not correct or not on the right <Directory> or port. If you can paste your conf settings we can let you know.



(similar issue)

http://stackoverflow.com/questions/4522906/problem-with-executing-cgi-scripts-on-apache



(also we have just merged the master with the latest release so you should pull the latest source and db)



best,

Rushabh




On 09-May-2012, at 1:42 PM, Computer King wrote:

> Hello all i have been banging around trying to get erpnext to install
> onto debian 6.0 have a couple of isssues with the wiki page that i
> need to get sorted as i cannot get erpnext working. I also have
> posted some instructions to my blog to make it easier for anyone else
> using Debian and most likely will work with ubuntu too. here is a
> link to my blog containing the details of my installation.
>
> http://computerking.ca/node/615
>
> I have tried for many hours now without success when i point a browser
> to http://192.168.1.208/erpnext i just get the directory listing with
> a single folder erpnext when i click on the erpnext folder it takes me
> to a text file that looks like below. I am pretty sure this is just a
> simple apache config problem but i cannot figure it out please help!
> .
> #!/usr/bin/python
>
> # ERPNext - web based ERP (http://erpnext.com)
> # Copyright (C) 2012 Web Notes Technologies Pvt Ltd
> #
> # This program is free software: you can redistribute it and/or modify
> # it under the terms of the GNU General Public License as published by
> # the Free Software Foundation, either version 3 of the License, or
> # (at your option) any later version.
> #
> # This program is distributed in the hope that it will be useful,
> # but WITHOUT ANY WARRANTY; without even the implied warranty of
> # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> # GNU General Public License for more details.
> #
> # You should have received a copy of the GNU General Public License
> # along with this program. If not, see <http://www.gnu.org/licenses/
>> .
>
>
> import cgi, cgitb, os, sys
> cgitb.enable()
>
> # import libs
> sys.path.append('lib/py')
> sys.path.append('erpnext')
> <...snip...>
>
>
> On Mar 16, 12:43 am, Anand Doshi <an...@iwebnotes.com> wrote:
>> We have had many queries regarding how to install ERPNext on this forum and
>> our support system.
>> It is not intuitive to search on google groups and hence, there arises a
>> need to have a document on basic installation steps, somewhere more
>> accessible.
>>
>> Therefore, we have created a wiki page on github, regarding the steps
>> required to install ERPNext.
>> Please have a look and try to contribute if you have any corrections /
>> suggestions on the same.
>>
>> https://github.com/webnotes/erpnext/wiki/How-to-Install-ERPNext
>>
>> Thanks,
>> Anand Doshi.
>
> --
> You received this message because you are subscribed to the Google Groups "ERPNext Technical Forum" group.
> To post to this group, send email to wn...@googlegroups.com.
> To unsubscribe from this group, send email to wnframework+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.
>

--
You received this message because you are subscribed to the Google Groups "ERPNext Technical Forum" group.
To post to this group, send email to wn...@googlegroups.com.
To unsubscribe from this group, send email to wnframework+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.





You received this message because you are subscribed to the Google Groups “ERPNext Technical Forum” group.

To post to this group, send email to wn...@googlegroups.com.

To unsubscribe from this group, send email to wnframework+un...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.

Hi Ryan,

Anand is working on an installer right now.

He will ping you as soon as its done.

Sorry for the delay but you caught us between a major release.

best,
Rushabh


-----------------------------------------------------
ERPNext - Business Operating System

W: https://erpnext.com
T: @rushabh_mehta

On 10-May-2012, at 2:02 PM, RYAN vAN GINNEKEN wrote:

Maybe my last message was unclear I am have tried again to install your product and am having real difficulty Wiki instructions are broken on step 2 git links give permission denied also on step 8 i cannot find
defs_template.py or a defs.py

PS have also tried the onboard instruction INSTALL file but without a defs.py how can i make this work?

On Wed, May 9, 2012 at 4:11 PM, RYAN vAN GINNEKEN <ry...@gmail.com> wrote:
I thought i might try installing ERPNext again might have better luck second time around with git.  Plus you mentioned i should update
 
However couple of new issues 
 
1. As before the links for git on your wiki do not work
 
git clone gi...@github.com:webnotes/erpnext.git
Cloning into erpnext...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
as a workaround i used the links on the older blog which seem to work
 
Now i cannot find the defs_template.py file.
 
find /var/www/ -name defs_template.py
ro...@neptune:/var/www#

My directory structure looks like this now what happend to defs_template.py???
 
/var/www# ls -l
total 8
drwxr-xr-x 3 www-data root 4096 May  9 15:43 ERPNext
 

/var/www/ERPNext# ls -l
total 4
drwxr-xr-x 10 root root 4096 May  9 15:47 erpnext

/var/www/ERPNext/erpnext# ls -l
total 64
-rwxr-xr-x  1 root root 1076 May  9 15:44 INSTALL
-rw-r–r–  1 root root  686 May  9 15:44 README.md

-rw-r–r–  1 root root    0 May  9 15:44 blank.html
-rw-r–r–  1 root root  411 May  9 15:44 build.json
drwxr-xr-x  2 root root 4096 May  9 15:44 cgi-bin
drwxr-xr-x  2 root root 4096 May  9 15:44 css
drwxr-xr-x  2 root root 4096 May  9 15:44 data

drwxr-xr-x 17 root root 4096 May  9 15:44 erpnext
drwxr-xr-x  2 root root 4096 May  9 15:44 images
-rwxr-xr-x  1 root root 2557 May  9 15:44 index.cgi
drwxr-xr-x  2 root root 4096 May  9 15:44 js
drwxr-xr-x  8 root root 4096 May  9 15:47 lib

-rwxr-xr-x  1 root root 1062 May  9 15:44 rss.xml
-rwxr-xr-x  1 root root 1181 May  9 15:44 sitemap.xml
-rw-r–r–  1 root root 2353 May  9 15:44 temp.py
-rw-r–r–  1 root root  348 May  9 15:44 todo.md

-rw-r–r–  1 root root  893 May  9 15:44 unsupported.html

/var/www/ERPNext/erpnext/lib# ls -l
total 52
-rw-r–r-- 1 root root 2042 May  9 15:47 INSTALL.md
-rw-r–r-- 1 root root 1363 May  9 15:47 README.md

-rw-r–r-- 1 root root  434 May  9 15:47 attribution.md
-rw-r–r-- 1 root root 5312 May  9 15:47 build.json
drwxr-xr-x 2 root root 4096 May  9 15:47 conf
drwxr-xr-x 8 root root 4096 May  9 15:47 css

drwxr-xr-x 4 root root 4096 May  9 15:47 images
drwxr-xr-x 5 root root 4096 May  9 15:47 js
drwxr-xr-x 5 root root 4096 May  9 15:47 py
-rwxr-xr-x 1 root root 9127 May  9 15:47 wnf.py

/var/www/ERPNext/erpnext/lib/py# ls -l

total 12
-rw-r–r-- 1 root root    0 May  9 15:47 init.py
drwxr-xr-x 2 root root 4096 May  9 15:47 build
drwxr-xr-x 4 root root 4096 May  9 15:47 core
drwxr-xr-x 9 root root 4096 May  9 15:47 webnotes

 

/var/www/ERPNext/erpnext/lib/py/webnotes# ls -l
total 100
-rw-r--r-- 1 root root  5778 May  9 15:47 __init__.py
-rw-r--r-- 1 root root 12930 May  9 15:47 auth.py
-rw-r--r-- 1 root root  3371 May  9 15:47 boot.py

drwxr-xr-x 2 root root  4096 May  9 15:47 cms
-rw-r–r-- 1 root root 11800 May  9 15:47 db.py
-rwxr-xr-x 1 root root 10922 May  9 15:47 handler.py
drwxr-xr-x 2 root root  4096 May  9 15:47 install_lib
drwxr-xr-x 2 root root  4096 May  9 15:47 model

drwxr-xr-x 2 root root  4096 May  9 15:47 modules
-rw-r–r-- 1 root root   149 May  9 15:47 password_reset.txt
-rw-r–r-- 1 root root  9079 May  9 15:47 profile.py
-rw-r–r-- 1 root root  3326 May  9 15:47 session_cache.py

drwxr-xr-x 2 root root  4096 May  9 15:47 tests
drwxr-xr-x 3 root root  4096 May  9 15:47 utils
drwxr-xr-x 3 root root  4096 May  9 15:47 widgets


 




On Wed, May 9, 2012 at 2:28 AM, Rushabh Mehta <rm…@gmail.com> wrote:

Hi,



I think your apache settings for cgi are not correct or not on the right <Directory> or port. If you can paste your conf settings we can let you know.



(similar issue)

http://stackoverflow.com/questions/4522906/problem-with-executing-cgi-scripts-on-apache



(also we have just merged the master with the latest release so you should pull the latest source and db)



best,

Rushabh




On 09-May-2012, at 1:42 PM, Computer King wrote:

> Hello all i have been banging around trying to get erpnext to install
> onto debian 6.0 have a couple of isssues with the wiki page that i
> need to get sorted as i cannot get erpnext working.  I also have
> posted some instructions to my blog to make it easier for anyone else
> using Debian and most likely will work with ubuntu too.  here is a
> link to my blog containing the details of my installation.
>
> http://computerking.ca/node/615
>
> I have tried for many hours now without success when i point a browser
> to http://192.168.1.208/erpnext i just get the directory listing with
> a single folder erpnext when i click on the erpnext folder it takes me
> to a text file that looks like below.  I am pretty sure this is just a
> simple apache config problem but i cannot figure it out please help!
> .
> #!/usr/bin/python
>
> # ERPNext - web based ERP (http://erpnext.com)
> # Copyright (C) 2012 Web Notes Technologies Pvt Ltd
> #
> # This program is free software: you can redistribute it and/or modify
> # it under the terms of the GNU General Public License as published by
> # the Free Software Foundation, either version 3 of the License, or
> # (at your option) any later version.
> #
> # This program is distributed in the hope that it will be useful,
> # but WITHOUT ANY WARRANTY; without even the implied warranty of
> # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> # GNU General Public License for more details.
> #
> # You should have received a copy of the GNU General Public License
> # along with this program.  If not, see <http://www.gnu.org/licenses/
>> .
>
>
> import cgi, cgitb, os, sys
> cgitb.enable()
>
> # import libs
> sys.path.append('lib/py')
> sys.path.append('erpnext')
> <...snip...>
>
>
> On Mar 16, 12:43 am, Anand Doshi <an...@iwebnotes.com> wrote:
>> We have had many queries regarding how to install ERPNext on this forum and
>> our support system.
>> It is not intuitive to search on google groups and hence, there arises a
>> need to have a document on basic installation steps, somewhere more
>> accessible.
>>
>> Therefore, we have created a wiki page on github, regarding the steps
>> required to install ERPNext.
>> Please have a look and try to contribute if you have any corrections /
>> suggestions on the same.
>>
>> https://github.com/webnotes/erpnext/wiki/How-to-Install-ERPNext
>>
>> Thanks,
>> Anand Doshi.
>
> --
> You received this message because you are subscribed to the Google Groups "ERPNext Technical Forum" group.
> To post to this group, send email to wn...@googlegroups.com.
> To unsubscribe from this group, send email to wnframework+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.
>

--
You received this message because you are subscribed to the Google Groups "ERPNext Technical Forum" group.
To post to this group, send email to wn...@googlegroups.com.
To unsubscribe from this group, send email to wnframework+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.






You received this message because you are subscribed to the Google Groups “ERPNext Technical Forum” group.

To post to this group, send email to wn…@googlegroups.com.

To unsubscribe from this group, send email to wnframework+un…@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.




You received this message because you are subscribed to the Google Groups “ERPNext Technical Forum” group.

To post to this group, send email to wn...@googlegroups.com.

To unsubscribe from this group, send email to wnframework+un...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.

No problem just excited about getting ERPNext going here squeaky wheel gets the grease. Its about 3am here so i will be turning in soon but looking forward to more info tomorrow

On Thu, May 10, 2012 at 2:34 AM, Rushabh Mehta <rm…@gmail.com> wrote:

>
> Hi Ryan,
>
> Anand is working on an installer right now.
>
> He will ping you as soon as its done.
>
> Sorry for the delay but you caught us between a major release.
>

> best,
> Rushabh
>
>
> -----------------------------------------------------
> ERPNext - Business Operating System
>
> W: https://erpnext.com

> T: @rushabh_mehta
>
> On 10-May-2012, at 2:02 PM, RYAN vAN GINNEKEN wrote:
>
> Maybe my last message was unclear I am have tried again to install your product and am having real difficulty Wiki instructions are broken on step 2 git links give permission denied also on step 8 i cannot find

> defs_template.py or a defs.py
>
> PS have also tried the onboard instruction INSTALL file but without a defs.py how can i make this work?
>
> On Wed, May 9, 2012 at 4:11 PM, RYAN vAN GINNEKEN <ry…@gmail.com> wrote:

>>
>> I thought i might try installing ERPNext again might have better luck second time around with git. Plus you mentioned i should update
>>
>> However couple of new issues
>>

>> 1. As before the links for git on your wiki do not work
>>
>> git clone gi...@github.com:webnotes/erpnext.git
>> Cloning into erpnext…
>> Permission denied (publickey).
>> fatal: The remote end hung up unexpectedly

>> as a workaround i used the links on the older blog which seem to work
>>
>> git clone https://github.com/webnotes/erpnext.git
>> Now i cannot find the defs_template.py file.

>>
>> find /var/www/ -name defs_template.py
>> ro…@neptune:/var/www#
>> My directory structure looks like this now what happend to defs_template.py???
>>
>> /var/www# ls -l

>> total 8
>> drwxr-xr-x 3 www-data root 4096 May 9 15:43 ERPNext
>>
>> /var/www/ERPNext# ls -l
>> total 4
>> drwxr-xr-x 10 root root 4096 May 9 15:47 erpnext
>> /var/www/ERPNext/erpnext# ls -l

>> total 64
>> -rwxr-xr-x 1 root root 1076 May 9 15:44 INSTALL
>> -rw-r–r-- 1 root root 686 May 9 15:44 README.md
>> -rw-r–r-- 1 root root 0 May 9 15:44 blank.html
>> -rw-r–r-- 1 root root 411 May 9 15:44 build.json

>> drwxr-xr-x 2 root root 4096 May 9 15:44 cgi-bin
>> drwxr-xr-x 2 root root 4096 May 9 15:44 css
>> drwxr-xr-x 2 root root 4096 May 9 15:44 data
>> drwxr-xr-x 17 root root 4096 May 9 15:44 erpnext

>> drwxr-xr-x 2 root root 4096 May 9 15:44 images
>> -rwxr-xr-x 1 root root 2557 May 9 15:44 index.cgi
>> drwxr-xr-x 2 root root 4096 May 9 15:44 js
>> drwxr-xr-x 8 root root 4096 May 9 15:47 lib

>> -rwxr-xr-x 1 root root 1062 May 9 15:44 rss.xml
>> -rwxr-xr-x 1 root root 1181 May 9 15:44 sitemap.xml
>> -rw-r–r-- 1 root root 2353 May 9 15:44 temp.py
>> -rw-r–r-- 1 root root 348 May 9 15:44 todo.md

>> -rw-r–r-- 1 root root 893 May 9 15:44 unsupported.html
>> /var/www/ERPNext/erpnext/lib# ls -l
>> total 52
>> -rw-r–r-- 1 root root 2042 May 9 15:47 INSTALL.md
>> -rw-r–r-- 1 root root 1363 May 9 15:47 README.md

>> -rw-r–r-- 1 root root 434 May 9 15:47 attribution.md
>> -rw-r–r-- 1 root root 5312 May 9 15:47 build.json
>> drwxr-xr-x 2 root root 4096 May 9 15:47 conf

>> drwxr-xr-x 8 root root 4096 May 9 15:47 css
>> drwxr-xr-x 4 root root 4096 May 9 15:47 images
>> drwxr-xr-x 5 root root 4096 May 9 15:47 js
>> drwxr-xr-x 5 root root 4096 May 9 15:47 py

>> -rwxr-xr-x 1 root root 9127 May 9 15:47 wnf.py
>> /var/www/ERPNext/erpnext/lib/py# ls -l
>> total 12
>> -rw-r–r-- 1 root root 0 May 9 15:47 init.py
>> drwxr-xr-x 2 root root 4096 May 9 15:47 build

>> drwxr-xr-x 4 root root 4096 May 9 15:47 core
>> drwxr-xr-x 9 root root 4096 May 9 15:47 webnotes
>>
>>
>> /var/www/ERPNext/erpnext/lib/py/webnotes# ls -l
>> total 100

>> -rw-r–r-- 1 root root 5778 May 9 15:47 init.py
>> -rw-r–r-- 1 root root 12930 May 9 15:47 auth.py
>> -rw-r–r-- 1 root root 3371 May 9 15:47 boot.py
>> drwxr-xr-x 2 root root 4096 May 9 15:47 cms

>> -rw-r–r-- 1 root root 11800 May 9 15:47 db.py
>> -rwxr-xr-x 1 root root 10922 May 9 15:47 handler.py
>> drwxr-xr-x 2 root root 4096 May 9 15:47 install_lib
>> drwxr-xr-x 2 root root 4096 May 9 15:47 model

>> drwxr-xr-x 2 root root 4096 May 9 15:47 modules
>> -rw-r–r-- 1 root root 149 May 9 15:47 password_reset.txt
>> -rw-r–r-- 1 root root 9079 May 9 15:47 profile.py
>> -rw-r–r-- 1 root root 3326 May 9 15:47 session_cache.py

>> drwxr-xr-x 2 root root 4096 May 9 15:47 tests
>> drwxr-xr-x 3 root root 4096 May 9 15:47 utils
>> drwxr-xr-x 3 root root 4096 May 9 15:47 widgets
>>
>>
>>
>>

>> On Wed, May 9, 2012 at 2:28 AM, Rushabh Mehta <rm…@gmail.com> wrote:
>>>
>>> Hi,
>>>
>>> I think your apache settings for cgi are not correct or not on the right <Directory> or port. If you can paste your conf settings we can let you know.

>>>
>>> (similar issue)
>>> http://stackoverflow.com/questions/4522906/problem-with-executing-cgi-scripts-on-apache

>>>
>>> (also we have just merged the master with the latest release so you should pull the latest source and db)
>>>
>>> best,
>>> Rushabh
>>>
>>>

>>>
>>> On 09-May-2012, at 1:42 PM, Computer King wrote:
>>>
>>> > Hello all i have been banging around trying to get erpnext to install
>>> > onto debian 6.0 have a couple of isssues with the wiki page that i

>>> > need to get sorted as i cannot get erpnext working. I also have
>>> > posted some instructions to my blog to make it easier for anyone else
>>> > using Debian and most likely will work with ubuntu too. here is a

>>> > link to my blog containing the details of my installation.
>>> >
>>> > http://computerking.ca/node/615
>>> >

>>> > I have tried for many hours now without success when i point a browser
>>> > to http://192.168.1.208/erpnext i just get the directory listing with

>>> > a single folder erpnext when i click on the erpnext folder it takes me
>>> > to a text file that looks like below. I am pretty sure this is just a
>>> > simple apache config problem but i cannot figure it out please help!

>>> > .
>>> > #!/usr/bin/python
>>> >
>>> > # ERPNext - web based ERP (http://erpnext.com)
>>> > # Copyright (C) 2012 Web Notes Technologies Pvt Ltd

>>> > #
>>> > # This program is free software: you can redistribute it and/or modify
>>> > # it under the terms of the GNU General Public License as published by
>>> > # the Free Software Foundation, either version 3 of the License, or

>>> > # (at your option) any later version.
>>> > #
>>> > # This program is distributed in the hope that it will be useful,
>>> > # but WITHOUT ANY WARRANTY; without even the implied warranty of

>>> > # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
>>> > # GNU General Public License for more details.
>>> > #
>>> > # You should have received a copy of the GNU General Public License

>>> > # along with this program. If not, see <http://www.gnu.org/licenses/
>>> >> .
>>> >
>>> >
>>> > import cgi, cgitb, os, sys

>>> > cgitb.enable()
>>> >
>>> > # import libs
>>> > sys.path.append('lib/py')
>>> > sys.path.append('erpnext')
>>> > <…snip…>

>>> >
>>> >
>>> > On Mar 16, 12:43 am, Anand Doshi <an…@iwebnotes.com> wrote:
>>> >> We have had many queries regarding how to install ERPNext on this forum and

>>> >> our support system.
>>> >> It is not intuitive to search on google groups and hence, there arises a
>>> >> need to have a document on basic installation steps, somewhere more

>>> >> accessible.
>>> >>
>>> >> Therefore, we have created a wiki page on github, regarding the steps
>>> >> required to install ERPNext.
>>> >> Please have a look and try to contribute if you have any corrections /

>>> >> suggestions on the same.
>>> >>
>>> >> https://github.com/webnotes/erpnext/wiki/How-to-Install-ERPNext

>>> >>
>>> >> Thanks,
>>> >> Anand Doshi.
>>> >
>>> > –
>>> > You received this message because you are subscribed to the Google Groups "ERPNext Technical Forum" group.

>>> > To post to this group, send email to wn…@googlegroups.com.
>>> > To unsubscribe from this group, send email to wnframework+un…@googlegroups.com.

>>> > For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.
>>> >
>>>
>>> –

>>> You received this message because you are subscribed to the Google Groups "ERPNext Technical Forum" group.
>>> To post to this group, send email to wn…@googlegroups.com.

>>> To unsubscribe from this group, send email to wnframework+un…@googlegroups.com.
>>> For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.

>>>
>>
>
>
> –
> You received this message because you are subscribed to the Google Groups "ERPNext Technical Forum" group.
> To post to this group, send email to wn…@googlegroups.com.

> To unsubscribe from this group, send email to wnframework+un…@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.

>
>
> –
> You received this message because you are subscribed to the Google Groups "ERPNext Technical Forum" group.
> To post to this group, send email to wn…@googlegroups.com.

> To unsubscribe from this group, send email to wnframework+un…@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.




You received this message because you are subscribed to the Google Groups “ERPNext Technical Forum” group.

To post to this group, send email to wn...@googlegroups.com.

To unsubscribe from this group, send email to wnframework+un...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.

Hey thats great… Me too waiting for installer from long time… From the time you changed the UI… i am trying to install … But had no luck… at last will be having install soon… dont forget to ping me to after the installer is done… DESPARATLY WAITING FOR INSTALLER…

Thanks in Advance…

On Thu, May 10, 2012 at 2:16 PM, RYAN vAN GINNEKEN <ry…@gmail.com> wrote:

No problem just excited about getting ERPNext going here squeaky wheel gets the grease. Its about 3am here so i will be turning in soon but looking forward to more info tomorrow


On Thu, May 10, 2012 at 2:34 AM, Rushabh Mehta <rm...@gmail.com> wrote:
>
> Hi Ryan,
>
> Anand is working on an installer right now.
>
> He will ping you as soon as its done.
>
> Sorry for the delay but you caught us between a major release.
>

> best,
> Rushabh
>
>
> -----------------------------------------------------
> ERPNext - Business Operating System
>
> W: https://erpnext.com

> T: @rushabh_mehta
>
> On 10-May-2012, at 2:02 PM, RYAN vAN GINNEKEN wrote:
>
> Maybe my last message was unclear I am have tried again to install your product and am having real difficulty Wiki instructions are broken on step 2 git links give permission denied also on step 8 i cannot find

> defs_template.py or a defs.py
>
> PS have also tried the onboard instruction INSTALL file but without a defs.py how can i make this work?
>
> On Wed, May 9, 2012 at 4:11 PM, RYAN vAN GINNEKEN <ry…@gmail.com> wrote:

>>
>> I thought i might try installing ERPNext again might have better luck second time around with git. Plus you mentioned i should update
>>
>> However couple of new issues
>>

>> 1. As before the links for git on your wiki do not work
>>
>> git clone gi...@github.com:webnotes/erpnext.git
>> Cloning into erpnext…
>> Permission denied (publickey).
>> fatal: The remote end hung up unexpectedly

>> as a workaround i used the links on the older blog which seem to work
>>
>> git clone https://github.com/webnotes/erpnext.git

>> Now i cannot find the defs_template.py file.

>>
>> find /var/www/ -name defs_template.py
>> ro…@neptune:/var/www#
>> My directory structure looks like this now what happend to defs_template.py???
>>
>> /var/www# ls -l

>> total 8
>> drwxr-xr-x 3 www-data root 4096 May 9 15:43 ERPNext
>>
>> /var/www/ERPNext# ls -l
>> total 4
>> drwxr-xr-x 10 root root 4096 May 9 15:47 erpnext
>> /var/www/ERPNext/erpnext# ls -l

>> total 64
>> -rwxr-xr-x 1 root root 1076 May 9 15:44 INSTALL
>> -rw-r–r-- 1 root root 686 May 9 15:44 README.md
>> -rw-r–r-- 1 root root 0 May 9 15:44 blank.html
>> -rw-r–r-- 1 root root 411 May 9 15:44 build.json

>> drwxr-xr-x 2 root root 4096 May 9 15:44 cgi-bin
>> drwxr-xr-x 2 root root 4096 May 9 15:44 css
>> drwxr-xr-x 2 root root 4096 May 9 15:44 data
>> drwxr-xr-x 17 root root 4096 May 9 15:44 erpnext

>> drwxr-xr-x 2 root root 4096 May 9 15:44 images
>> -rwxr-xr-x 1 root root 2557 May 9 15:44 index.cgi
>> drwxr-xr-x 2 root root 4096 May 9 15:44 js
>> drwxr-xr-x 8 root root 4096 May 9 15:47 lib

>> -rwxr-xr-x 1 root root 1062 May 9 15:44 rss.xml
>> -rwxr-xr-x 1 root root 1181 May 9 15:44 sitemap.xml
>> -rw-r–r-- 1 root root 2353 May 9 15:44 temp.py
>> -rw-r–r-- 1 root root 348 May 9 15:44 todo.md

>> -rw-r–r-- 1 root root 893 May 9 15:44 unsupported.html
>> /var/www/ERPNext/erpnext/lib# ls -l
>> total 52
>> -rw-r–r-- 1 root root 2042 May 9 15:47 INSTALL.md
>> -rw-r–r-- 1 root root 1363 May 9 15:47 README.md

>> -rw-r–r-- 1 root root 434 May 9 15:47 attribution.md
>> -rw-r–r-- 1 root root 5312 May 9 15:47 build.json
>> drwxr-xr-x 2 root root 4096 May 9 15:47 conf

>> drwxr-xr-x 8 root root 4096 May 9 15:47 css
>> drwxr-xr-x 4 root root 4096 May 9 15:47 images
>> drwxr-xr-x 5 root root 4096 May 9 15:47 js
>> drwxr-xr-x 5 root root 4096 May 9 15:47 py

>> -rwxr-xr-x 1 root root 9127 May 9 15:47 wnf.py
>> /var/www/ERPNext/erpnext/lib/py# ls -l
>> total 12
>> -rw-r–r-- 1 root root 0 May 9 15:47 init.py
>> drwxr-xr-x 2 root root 4096 May 9 15:47 build

>> drwxr-xr-x 4 root root 4096 May 9 15:47 core
>> drwxr-xr-x 9 root root 4096 May 9 15:47 webnotes
>>
>>
>> /var/www/ERPNext/erpnext/lib/py/webnotes# ls -l
>> total 100

>> -rw-r–r-- 1 root root 5778 May 9 15:47 init.py
>> -rw-r–r-- 1 root root 12930 May 9 15:47 auth.py
>> -rw-r–r-- 1 root root 3371 May 9 15:47 boot.py
>> drwxr-xr-x 2 root root 4096 May 9 15:47 cms

>> -rw-r–r-- 1 root root 11800 May 9 15:47 db.py
>> -rwxr-xr-x 1 root root 10922 May 9 15:47 handler.py
>> drwxr-xr-x 2 root root 4096 May 9 15:47 install_lib
>> drwxr-xr-x 2 root root 4096 May 9 15:47 model

>> drwxr-xr-x 2 root root 4096 May 9 15:47 modules
>> -rw-r–r-- 1 root root 149 May 9 15:47 password_reset.txt
>> -rw-r–r-- 1 root root 9079 May 9 15:47 profile.py
>> -rw-r–r-- 1 root root 3326 May 9 15:47 session_cache.py

>> drwxr-xr-x 2 root root 4096 May 9 15:47 tests
>> drwxr-xr-x 3 root root 4096 May 9 15:47 utils
>> drwxr-xr-x 3 root root 4096 May 9 15:47 widgets
>>
>>
>>

>>

>> On Wed, May 9, 2012 at 2:28 AM, Rushabh Mehta <rm…@gmail.com> wrote:
>>>
>>> Hi,
>>>
>>> I think your apache settings for cgi are not correct or not on the right <Directory> or port. If you can paste your conf settings we can let you know.

>>>
>>> (similar issue)
>>> http://stackoverflow.com/questions/4522906/problem-with-executing-cgi-scripts-on-apache

>>>
>>> (also we have just merged the master with the latest release so you should pull the latest source and db)
>>>
>>> best,
>>> Rushabh
>>>
>>>

>>>
>>> On 09-May-2012, at 1:42 PM, Computer King wrote:
>>>
>>> > Hello all i have been banging around trying to get erpnext to install
>>> > onto debian 6.0 have a couple of isssues with the wiki page that i

>>> > need to get sorted as i cannot get erpnext working. I also have
>>> > posted some instructions to my blog to make it easier for anyone else
>>> > using Debian and most likely will work with ubuntu too. here is a

>>> > link to my blog containing the details of my installation.
>>> >
>>> > http://computerking.ca/node/615
>>> >

>>> > I have tried for many hours now without success when i point a browser
>>> > to http://192.168.1.208/erpnext i just get the directory listing with

>>> > a single folder erpnext when i click on the erpnext folder it takes me
>>> > to a text file that looks like below. I am pretty sure this is just a
>>> > simple apache config problem but i cannot figure it out please help!

>>> > .
>>> > #!/usr/bin/python
>>> >
>>> > # ERPNext - web based ERP (http://erpnext.com)
>>> > # Copyright (C) 2012 Web Notes Technologies Pvt Ltd

>>> > #
>>> > # This program is free software: you can redistribute it and/or modify
>>> > # it under the terms of the GNU General Public License as published by
>>> > # the Free Software Foundation, either version 3 of the License, or

>>> > # (at your option) any later version.
>>> > #
>>> > # This program is distributed in the hope that it will be useful,
>>> > # but WITHOUT ANY WARRANTY; without even the implied warranty of

>>> > # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
>>> > # GNU General Public License for more details.
>>> > #
>>> > # You should have received a copy of the GNU General Public License

>>> > # along with this program. If not, see <http://www.gnu.org/licenses/
>>> >> .
>>> >
>>> >

>>> > import cgi, cgitb, os, sys

>>> > cgitb.enable()
>>> >
>>> > # import libs
>>> > sys.path.append('lib/py')
>>> > sys.path.append('erpnext')
>>> > <…snip…>

>>> >
>>> >
>>> > On Mar 16, 12:43 am, Anand Doshi <an…@iwebnotes.com> wrote:
>>> >> We have had many queries regarding how to install ERPNext on this forum and

>>> >> our support system.
>>> >> It is not intuitive to search on google groups and hence, there arises a
>>> >> need to have a document on basic installation steps, somewhere more

>>> >> accessible.
>>> >>
>>> >> Therefore, we have created a wiki page on github, regarding the steps
>>> >> required to install ERPNext.
>>> >> Please have a look and try to contribute if you have any corrections /

>>> >> suggestions on the same.
>>> >>
>>> >> https://github.com/webnotes/erpnext/wiki/How-to-Install-ERPNext

>>> >>
>>> >> Thanks,
>>> >> Anand Doshi.
>>> >
>>> > –
>>> > You received this message because you are subscribed to the Google Groups "ERPNext Technical Forum" group.

>>> > To post to this group, send email to wn…@googlegroups.com.
>>> > To unsubscribe from this group, send email to wnframework+un…@googlegroups.com.

>>> > For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.
>>> >
>>>

>>> –

>>> You received this message because you are subscribed to the Google Groups "ERPNext Technical Forum" group.
>>> To post to this group, send email to wn…@googlegroups.com.

>>> To unsubscribe from this group, send email to wnframework+un…@googlegroups.com.
>>> For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.

>>>
>>
>
>
> –
> You received this message because you are subscribed to the Google Groups "ERPNext Technical Forum" group.
> To post to this group, send email to wn…@googlegroups.com.

> To unsubscribe from this group, send email to wnframework+un…@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.

>
>
> –
> You received this message because you are subscribed to the Google Groups "ERPNext Technical Forum" group.
> To post to this group, send email to wn…@googlegroups.com.

> To unsubscribe from this group, send email to wnframework+un…@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.




You received this message because you are subscribed to the Google Groups "ERPNext Technical Forum" group.

To post to this group, send email to wn…@googlegroups.com.

To unsubscribe from this group, send email to wnframework+un…@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.




You received this message because you are subscribed to the Google Groups “ERPNext Technical Forum” group.

To post to this group, send email to wn...@googlegroups.com.

To unsubscribe from this group, send email to wnframework+un...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.

WOW an installer very nice :slight_smile: job too thank you now i see why the defs.py is no longer needed! I have followed the updated instructions on the wiki, and is seems to be mostly working too, However i think in am running into apache issues again getting this in my browser


The connection was reset
The connection to the server was reset while the page was loading.
The site could be temporarily unavailable or too busy. Try again in a few
moments.
If you are unable to load any pages, check your computer's network

connection.
If your computer or network is protected by a firewall or proxy, make sure
that Firefox is permitted to access the Web.

My erpnext2.conf file as you can see i have messed around with it to try and get it work however i have defaulted back to the original one suggested on the website. The allow deny stuff throws up an error when i restart apache unless it is contained in a <directory> Also do you really want the / after pubic i tried both of course but cannot get anything to work always get reset error like above.


<VirtualHost *:8080>
ServerName *
DocumentRoot /var/www/ERPNext2/erpnext/public/
# DocumentRoot /var/www/ERPNext2/erpnext/public
AddHandler cgi-script .cgi .xml
Options -Indexes +FollowSymLinks +ExecCGI

RewriteEngine on
RewriteRule .py - [F]
## uncomment below lines if required
# <directory /var/www/ERPNext2/erpnext/public>
# Order allow,deny
# Allow from all
# </directory>

DirectoryIndex index.html index.cgi
</VirtualHost>

NOTE i am getting It Works! message on port 80 so apache is operational, and not firewalled because i am on internal network here for now.

Nothing in the apache error.log

[Thu May 10 13:40:19 2012] [notice] caught SIGTERM, shutting down
[Thu May 10 13:40:19 2012] [notice] Apache/2.2.16 (Debian) configured – resuming normal operations

Nothing at all is showing in the access log


My permissions

/var/www/ERPNext2/erpnext# ls -l
total 52
-rw-r–r-- 1 www-data www-data 686 May 10 13:02 README.md
drwxr-xr-x 2 www-data www-data 4096 May 10 13:05 backups
-rw-r–r-- 1 www-data www-data 680 May 10 13:02 build.json

-rw-r–r-- 1 www-data www-data 880 May 10 13:02 conf.js
-rw-r–r-- 1 www-data www-data 887 May 10 13:05 conf.py
-rw-r–r-- 1 www-data www-data 879 May 10 13:05 conf.pyc
drwxr-xr-x 2 www-data www-data 4096 May 10 13:05 data

drwxr-xr-x 17 www-data www-data 4096 May 10 13:02 erpnext
drwxr-xr-x 2 www-data www-data 4096 May 10 13:05 files
-rwxr-xr-x 1 www-data www-data 3988 May 10 13:02 install_erpnext.py
drwxr-xr-x 8 www-data www-data 4096 May 10 13:05 lib

drwxr-xr-x 2 www-data www-data 4096 May 10 13:05 logs
drwxr-xr-x 5 www-data www-data 4096 May 10 13:05 public


On Thu, May 10, 2012 at 7:41 AM, Apex Thread <ap…@gmail.com> wrote:

Hey thats great.... Me too waiting for installer from long time.. From the time you changed the UI.. i am trying to install ... But had no luck.. at last will be having install soon.. dont forget to ping me to after the installer is done.. DESPARATLY WAITING FOR INSTALLER...

Thanks in Advance…


On Thu, May 10, 2012 at 2:16 PM, RYAN vAN GINNEKEN <ry…@gmail.com> wrote:

No problem just excited about getting ERPNext going here squeaky wheel gets the grease. Its about 3am here so i will be turning in soon but looking forward to more info tomorrow


On Thu, May 10, 2012 at 2:34 AM, Rushabh Mehta <rm...@gmail.com> wrote:
>
> Hi Ryan,
>
> Anand is working on an installer right now.
>
> He will ping you as soon as its done.
>
> Sorry for the delay but you caught us between a major release.
>

> best,
> Rushabh
>
>
> -----------------------------------------------------
> ERPNext - Business Operating System
>
> W: https://erpnext.com

> T: @rushabh_mehta
>
> On 10-May-2012, at 2:02 PM, RYAN vAN GINNEKEN wrote:
>
> Maybe my last message was unclear I am have tried again to install your product and am having real difficulty Wiki instructions are broken on step 2 git links give permission denied also on step 8 i cannot find

> defs_template.py or a defs.py
>
> PS have also tried the onboard instruction INSTALL file but without a defs.py how can i make this work?
>
> On Wed, May 9, 2012 at 4:11 PM, RYAN vAN GINNEKEN <ry…@gmail.com> wrote:

>>
>> I thought i might try installing ERPNext again might have better luck second time around with git. Plus you mentioned i should update
>>
>> However couple of new issues
>>

>> 1. As before the links for git on your wiki do not work
>>
>> git clone gi...@github.com:webnotes/erpnext.git
>> Cloning into erpnext…
>> Permission denied (publickey).
>> fatal: The remote end hung up unexpectedly

>> as a workaround i used the links on the older blog which seem to work
>>
>> git clone https://github.com/webnotes/erpnext.git

>> Now i cannot find the defs_template.py file.

>>
>> find /var/www/ -name defs_template.py
>> ro…@neptune:/var/www#
>> My directory structure looks like this now what happend to defs_template.py???
>>
>> /var/www# ls -l

>> total 8
>> drwxr-xr-x 3 www-data root 4096 May 9 15:43 ERPNext
>>
>> /var/www/ERPNext# ls -l
>> total 4
>> drwxr-xr-x 10 root root 4096 May 9 15:47 erpnext
>> /var/www/ERPNext/erpnext# ls -l

>> total 64
>> -rwxr-xr-x 1 root root 1076 May 9 15:44 INSTALL
>> -rw-r–r-- 1 root root 686 May 9 15:44 README.md
>> -rw-r–r-- 1 root root 0 May 9 15:44 blank.html
>> -rw-r–r-- 1 root root 411 May 9 15:44 build.json

>> drwxr-xr-x 2 root root 4096 May 9 15:44 cgi-bin
>> drwxr-xr-x 2 root root 4096 May 9 15:44 css
>> drwxr-xr-x 2 root root 4096 May 9 15:44 data
>> drwxr-xr-x 17 root root 4096 May 9 15:44 erpnext

>> drwxr-xr-x 2 root root 4096 May 9 15:44 images
>> -rwxr-xr-x 1 root root 2557 May 9 15:44 index.cgi
>> drwxr-xr-x 2 root root 4096 May 9 15:44 js
>> drwxr-xr-x 8 root root 4096 May 9 15:47 lib

>> -rwxr-xr-x 1 root root 1062 May 9 15:44 rss.xml
>> -rwxr-xr-x 1 root root 1181 May 9 15:44 sitemap.xml
>> -rw-r–r-- 1 root root 2353 May 9 15:44 temp.py
>> -rw-r–r-- 1 root root 348 May 9 15:44 todo.md

>> -rw-r–r-- 1 root root 893 May 9 15:44 unsupported.html
>> /var/www/ERPNext/erpnext/lib# ls -l
>> total 52
>> -rw-r–r-- 1 root root 2042 May 9 15:47 INSTALL.md
>> -rw-r–r-- 1 root root 1363 May 9 15:47 README.md

>> -rw-r–r-- 1 root root 434 May 9 15:47 attribution.md
>> -rw-r–r-- 1 root root 5312 May 9 15:47 build.json
>> drwxr-xr-x 2 root root 4096 May 9 15:47 conf

>> drwxr-xr-x 8 root root 4096 May 9 15:47 css
>> drwxr-xr-x 4 root root 4096 May 9 15:47 images
>> drwxr-xr-x 5 root root 4096 May 9 15:47 js
>> drwxr-xr-x 5 root root 4096 May 9 15:47 py

>> -rwxr-xr-x 1 root root 9127 May 9 15:47 wnf.py
>> /var/www/ERPNext/erpnext/lib/py# ls -l
>> total 12
>> -rw-r–r-- 1 root root 0 May 9 15:47 init.py
>> drwxr-xr-x 2 root root 4096 May 9 15:47 build

>> drwxr-xr-x 4 root root 4096 May 9 15:47 core
>> drwxr-xr-x 9 root root 4096 May 9 15:47 webnotes
>>
>>
>> /var/www/ERPNext/erpnext/lib/py/webnotes# ls -l
>> total 100

>> -rw-r–r-- 1 root root 5778 May 9 15:47 init.py
>> -rw-r–r-- 1 root root 12930 May 9 15:47 auth.py
>> -rw-r–r-- 1 root root 3371 May 9 15:47 boot.py
>> drwxr-xr-x 2 root root 4096 May 9 15:47 cms

>> -rw-r–r-- 1 root root 11800 May 9 15:47 db.py
>> -rwxr-xr-x 1 root root 10922 May 9 15:47 handler.py
>> drwxr-xr-x 2 root root 4096 May 9 15:47 install_lib
>> drwxr-xr-x 2 root root 4096 May 9 15:47 model

>> drwxr-xr-x 2 root root 4096 May 9 15:47 modules
>> -rw-r–r-- 1 root root 149 May 9 15:47 password_reset.txt
>> -rw-r–r-- 1 root root 9079 May 9 15:47 profile.py
>> -rw-r–r-- 1 root root 3326 May 9 15:47 session_cache.py

>> drwxr-xr-x 2 root root 4096 May 9 15:47 tests
>> drwxr-xr-x 3 root root 4096 May 9 15:47 utils
>> drwxr-xr-x 3 root root 4096 May 9 15:47 widgets
>>
>>
>>

>>

>> On Wed, May 9, 2012 at 2:28 AM, Rushabh Mehta <rm…@gmail.com> wrote:
>>>
>>> Hi,
>>>
>>> I think your apache settings for cgi are not correct or not on the right <Directory> or port. If you can paste your conf settings we can let you know.

>>>
>>> (similar issue)
>>> http://stackoverflow.com/questions/4522906/problem-with-executing-cgi-scripts-on-apache

>>>
>>> (also we have just merged the master with the latest release so you should pull the latest source and db)
>>>
>>> best,
>>> Rushabh
>>>
>>>

>>>
>>> On 09-May-2012, at 1:42 PM, Computer King wrote:
>>>
>>> > Hello all i have been banging around trying to get erpnext to install
>>> > onto debian 6.0 have a couple of isssues with the wiki page that i

>>> > need to get sorted as i cannot get erpnext working. I also have
>>> > posted some instructions to my blog to make it easier for anyone else
>>> > using Debian and most likely will work with ubuntu too. here is a

>>> > link to my blog containing the details of my installation.
>>> >
>>> > http://computerking.ca/node/615
>>> >

>>> > I have tried for many hours now without success when i point a browser
>>> > to http://192.168.1.208/erpnext i just get the directory listing with

>>> > a single folder erpnext when i click on the erpnext folder it takes me
>>> > to a text file that looks like below. I am pretty sure this is just a
>>> > simple apache config problem but i cannot figure it out please help!

>>> > .
>>> > #!/usr/bin/python
>>> >
>>> > # ERPNext - web based ERP (http://erpnext.com)
>>> > # Copyright (C) 2012 Web Notes Technologies Pvt Ltd

>>> > #
>>> > # This program is free software: you can redistribute it and/or modify
>>> > # it under the terms of the GNU General Public License as published by
>>> > # the Free Software Foundation, either version 3 of the License, or

>>> > # (at your option) any later version.
>>> > #
>>> > # This program is distributed in the hope that it will be useful,
>>> > # but WITHOUT ANY WARRANTY; without even the implied warranty of

>>> > # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
>>> > # GNU General Public License for more details.
>>> > #
>>> > # You should have received a copy of the GNU General Public License

>>> > # along with this program. If not, see <http://www.gnu.org/licenses/
>>> >> .
>>> >
>>> >

>>> > import cgi, cgitb, os, sys

>>> > cgitb.enable()
>>> >
>>> > # import libs
>>> > sys.path.append('lib/py')
>>> > sys.path.append('erpnext')
>>> > <…snip…>

>>> >
>>> >
>>> > On Mar 16, 12:43 am, Anand Doshi <an…@iwebnotes.com> wrote:
>>> >> We have had many queries regarding how to install ERPNext on this forum and

>>> >> our support system.
>>> >> It is not intuitive to search on google groups and hence, there arises a
>>> >> need to have a document on basic installation steps, somewhere more

>>> >> accessible.
>>> >>
>>> >> Therefore, we have created a wiki page on github, regarding the steps
>>> >> required to install ERPNext.
>>> >> Please have a look and try to contribute if you have any corrections /

>>> >> suggestions on the same.
>>> >>
>>> >> https://github.com/webnotes/erpnext/wiki/How-to-Install-ERPNext

>>> >>
>>> >> Thanks,
>>> >> Anand Doshi.
>>> >
>>> > –
>>> > You received this message because you are subscribed to the Google Groups "ERPNext Technical Forum" group.

>>> > To post to this group, send email to wn…@googlegroups.com.
>>> > To unsubscribe from this group, send email to wnframework+un…@googlegroups.com.

>>> > For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.
>>> >
>>>

>>> –

>>> You received this message because you are subscribed to the Google Groups "ERPNext Technical Forum" group.
>>> To post to this group, send email to wn…@googlegroups.com.

>>> To unsubscribe from this group, send email to wnframework+un…@googlegroups.com.
>>> For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.

>>>
>>
>
>
> –
> You received this message because you are subscribed to the Google Groups "ERPNext Technical Forum" group.
> To post to this group, send email to wn…@googlegroups.com.

> To unsubscribe from this group, send email to wnframework+un…@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.

>
>
> –
> You received this message because you are subscribed to the Google Groups "ERPNext Technical Forum" group.
> To post to this group, send email to wn…@googlegroups.com.

> To unsubscribe from this group, send email to wnframework+un…@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.




You received this message because you are subscribed to the Google Groups "ERPNext Technical Forum" group.

To post to this group, send email to wn…@googlegroups.com.

To unsubscribe from this group, send email to wnframework+un…@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.




You received this message because you are subscribed to the Google Groups "ERPNext Technical Forum" group.

To post to this group, send email to wn…@googlegroups.com.

To unsubscribe from this group, send email to wnframework+un…@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.




You received this message because you are subscribed to the Google Groups “ERPNext Technical Forum” group.

To post to this group, send email to wn...@googlegroups.com.

To unsubscribe from this group, send email to wnframework+un...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.

Hi Ryan,

We missed out one instruction.

Put this above the virtualhost directive

Listen 8080

This should open up port 8080 and allow u to use it for erpnext.

Hope this works.

Thanks,
Anand.

Sent from my Sony Ericsson Xperia mini pro

RYAN vAN GINNEKEN ry...@gmail.com wrote:

WOW an installer very nice :slight_smile: job too thank you now i see why the defs.py
is no longer needed! I have followed the updated instructions on the wiki,
and is seems to be mostly working too, However i think in am running into
apache issues again getting this in my browser

The connection was reset
The connection to the server was reset while the page was
loading.
The site could be temporarily unavailable or too busy. Try again in a few
moments.
If you are unable to load any pages, check your computer’s network
connection.
If your computer or network is protected by a firewall or proxy, make sure
that Firefox is permitted to access the Web.

My erpnext2.conf file as you can see i have messed around with it to try
and get it work however i have defaulted back to the original one suggested
on the website. The allow deny stuff throws up an error when i restart
apache unless it is contained in a Also do you really want the
/ after pubic i tried both of course but cannot get anything to work always
get reset error like above.

<VirtualHost *:8080>
ServerName *
DocumentRoot /var/www/ERPNext2/erpnext/public/

DocumentRoot /var/www/ERPNext2/erpnext/public

AddHandler cgi-script .cgi .xml
Options -Indexes +FollowSymLinks +ExecCGI
RewriteEngine on
RewriteRule .py - [F]

uncomment below lines if required

<directory /var/www/ERPNext2/erpnext/public>

Order allow,deny

Allow from all

DirectoryIndex index.html index.cgi

NOTE i am getting It Works! message on port 80 so apache is operational,
and not firewalled because i am on internal network here for now.

Nothing in the apache error.log
[Thu May 10 13:40:19 2012] [notice] caught SIGTERM, shutting down
[Thu May 10 13:40:19 2012] [notice] Apache/2.2.16 (Debian) configured –
resuming normal operations

Nothing at all is showing in the access log

My permissions

/var/www/ERPNext2/erpnext# ls -l
total 52
-rw-r–r-- 1 www-data www-data 686 May 10 13:02 README.md
drwxr-xr-x 2 www-data www-data 4096 May 10 13:05 backups
-rw-r–r-- 1 www-data www-data 680 May 10 13:02 build.json
-rw-r–r-- 1 www-data www-data 880 May 10 13:02 conf.js
-rw-r–r-- 1 www-data www-data 887 May 10 13:05 conf.py
-rw-r–r-- 1 www-data www-data 879 May 10 13:05 conf.pyc
drwxr-xr-x 2 www-data www-data 4096 May 10 13:05 data
drwxr-xr-x 17 www-data www-data 4096 May 10 13:02 erpnext
drwxr-xr-x 2 www-data www-data 4096 May 10 13:05 files
-rwxr-xr-x 1 www-data www-data 3988 May 10 13:02 install_erpnext.py
drwxr-xr-x 8 www-data www-data 4096 May 10 13:05 lib
drwxr-xr-x 2 www-data www-data 4096 May 10 13:05 logs
drwxr-xr-x 5 www-data www-data 4096 May 10 13:05 public

On Thu, May 10, 2012 at 7:41 AM, Apex Thread ap...@gmail.com wrote:

Hey thats great… Me too waiting for installer from long time… From the
time you changed the UI… i am trying to install … But had no luck… at
last will be having install soon… dont forget to ping me to after the
installer is done… DESPARATLY WAITING FOR INSTALLER…
Thanks in Advance…

On Thu, May 10, 2012 at 2:16 PM, RYAN vAN GINNEKEN <
ry...@gmail.com> wrote:

No problem just excited about getting ERPNext going here squeaky wheel
gets the grease. Its about 3am here so i will be turning in soon but
looking forward to more info tomorrow

On Thu, May 10, 2012 at 2:34 AM, Rushabh Mehta rm...@gmail.com wrote:

Hi Ryan,

Anand is working on an installer right now.

He will ping you as soon as its done.

Sorry for the delay but you caught us between a major release.

best,
Rushabh


ERPNext - Business Operating System

W: https://erpnext.com
T: @rushabh_mehta

On 10-May-2012, at 2:02 PM, RYAN vAN GINNEKEN wrote:

Maybe my last message was unclear I am have tried again to install your
product and am having real difficulty Wiki instructions are broken on step
2 git links give permission denied also on step 8 i cannot find
defs_template.py or a defs.py

PS have also tried the onboard instruction INSTALL file but without a
defs.py how can i make this work?

On Wed, May 9, 2012 at 4:11 PM, RYAN vAN GINNEKEN <
ry...@gmail.com> wrote:

I thought i might try installing ERPNext again might have better luck
second time around with git. Plus you mentioned i should update

However couple of new issues

  1. As before the links for git on your wiki do not work

git clone gi...@github.com:webnotes/erpnext.git
Cloning into erpnext…
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
as a workaround i used the links on the older blog which seem to work

git clone GitHub - webnotes/erpnext: Note: Upto version 3 only. For version 4, go to frappe/erpnext
Now i cannot find the defs_template.py file.

find /var/www/ -name defs_template.py
ro…@neptune:/var/www#
My directory structure looks like this now what happend to
defs_template.py???

/var/www# ls -l
total 8
drwxr-xr-x 3 www-data root 4096 May 9 15:43 ERPNext

/var/www/ERPNext# ls -l
total 4
drwxr-xr-x 10 root root 4096 May 9 15:47 erpnext
/var/www/ERPNext/erpnext# ls -l
total 64
-rwxr-xr-x 1 root root 1076 May 9 15:44 INSTALL
-rw-r–r-- 1 root root 686 May 9 15:44 README.md
-rw-r–r-- 1 root root 0 May 9 15:44 blank.html
-rw-r–r-- 1 root root 411 May 9 15:44 build.json
drwxr-xr-x 2 root root 4096 May 9 15:44 cgi-bin
drwxr-xr-x 2 root root 4096 May 9 15:44 css
drwxr-xr-x 2 root root 4096 May 9 15:44 data
drwxr-xr-x 17 root root 4096 May 9 15:44 erpnext
drwxr-xr-x 2 root root 4096 May 9 15:44 images
-rwxr-xr-x 1 root root 2557 May 9 15:44 index.cgi
drwxr-xr-x 2 root root 4096 May 9 15:44 js
drwxr-xr-x 8 root root 4096 May 9 15:47 lib
-rwxr-xr-x 1 root root 1062 May 9 15:44 rss.xml
-rwxr-xr-x 1 root root 1181 May 9 15:44 sitemap.xml
-rw-r–r-- 1 root root 2353 May 9 15:44 temp.py
-rw-r–r-- 1 root root 348 May 9 15:44 todo.md
-rw-r–r-- 1 root root 893 May 9 15:44 unsupported.html
/var/www/ERPNext/erpnext/lib# ls -l
total 52
-rw-r–r-- 1 root root 2042 May 9 15:47 INSTALL.md
-rw-r–r-- 1 root root 1363 May 9 15:47 README.md
-rw-r–r-- 1 root root 434 May 9 15:47 attribution.md
-rw-r–r-- 1 root root 5312 May 9 15:47 build.json
drwxr-xr-x 2 root root 4096 May 9 15:47 conf
drwxr-xr-x 8 root root 4096 May 9 15:47 css
drwxr-xr-x 4 root root 4096 May 9 15:47 images
drwxr-xr-x 5 root root 4096 May 9 15:47 js
drwxr-xr-x 5 root root 4096 May 9 15:47 py
-rwxr-xr-x 1 root root 9127 May 9 15:47 wnf.py
/var/www/ERPNext/erpnext/lib/py# ls -l
total 12
-rw-r–r-- 1 root root 0 May 9 15:47 init.py
drwxr-xr-x 2 root root 4096 May 9 15:47 build
drwxr-xr-x 4 root root 4096 May 9 15:47 core
drwxr-xr-x 9 root root 4096 May 9 15:47 webnotes

/var/www/ERPNext/erpnext/lib/py/webnotes# ls -l
total 100
-rw-r–r-- 1 root root 5778 May 9 15:47 init.py
-rw-r–r-- 1 root root 12930 May 9 15:47 auth.py
-rw-r–r-- 1 root root 3371 May 9 15:47 boot.py
drwxr-xr-x 2 root root 4096 May 9 15:47 cms
-rw-r–r-- 1 root root 11800 May 9 15:47 db.py
-rwxr-xr-x 1 root root 10922 May 9 15:47 handler.py
drwxr-xr-x 2 root root 4096 May 9 15:47 install_lib
drwxr-xr-x 2 root root 4096 May 9 15:47 model
drwxr-xr-x 2 root root 4096 May 9 15:47 modules
-rw-r–r-- 1 root root 149 May 9 15:47 password_reset.txt
-rw-r–r-- 1 root root 9079 May 9 15:47 profile.py
-rw-r–r-- 1 root root 3326 May 9 15:47 session_cache.py
drwxr-xr-x 2 root root 4096 May 9 15:47 tests
drwxr-xr-x 3 root root 4096 May 9 15:47 utils
drwxr-xr-x 3 root root 4096 May 9 15:47 widgets

On Wed, May 9, 2012 at 2:28 AM, Rushabh Mehta rm...@gmail.com
wrote:

Hi,

I think your apache settings for cgi are not correct or not on the
right or port. If you can paste your conf settings we can let
you know.

(similar issue)

apache2 - Problem with Executing CGI Scripts on Apache - Stack Overflow

(also we have just merged the master with the latest release so you
should pull the latest source and db)

best,
Rushabh

On 09-May-2012, at 1:42 PM, Computer King wrote:

Hello all i have been banging around trying to get erpnext to
install
onto debian 6.0 have a couple of isssues with the wiki page that i
need to get sorted as i cannot get erpnext working. I also have
posted some instructions to my blog to make it easier for anyone
else
using Debian and most likely will work with ubuntu too. here is a
link to my blog containing the details of my installation.

http://computerking.ca/node/615

I have tried for many hours now without success when i point a
browser
to http://192.168.1.208/erpnext i just get the directory listing
with
a single folder erpnext when i click on the erpnext folder it takes
me
to a text file that looks like below. I am pretty sure this is
just a
simple apache config problem but i cannot figure it out please help!
.
#!/usr/bin/python

ERPNext - web based ERP (http://erpnext.com)

Copyright (C) 2012 Web Notes Technologies Pvt Ltd

This program is free software: you can redistribute it and/or

modify

it under the terms of the GNU General Public License as published

by

the Free Software Foundation, either version 3 of the License, or

(at your option) any later version.

This program is distributed in the hope that it will be useful,

but WITHOUT ANY WARRANTY; without even the implied warranty of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

GNU General Public License for more details.

You should have received a copy of the GNU General Public License

along with this program. If not, see <

Licenses - GNU Project - Free Software Foundation

.

import cgi, cgitb, os, sys
cgitb.enable()

import libs

sys.path.append(‘lib/py’)
sys.path.append(‘erpnext’)
<…snip…>

On Mar 16, 12:43 am, Anand Doshi an...@iwebnotes.com wrote:

We have had many queries regarding how to install ERPNext on this
forum and
our support system.
It is not intuitive to search on google groups and hence, there
arises a
need to have a document on basic installation steps, somewhere more
accessible.

Therefore, we have created a wiki page on github, regarding the
steps
required to install ERPNext.
Please have a look and try to contribute if you have any
corrections /
suggestions on the same.

How to Install ERPNext · webnotes/erpnext Wiki · GitHub

Thanks,
Anand Doshi.


You received this message because you are subscribed to the Google
Groups “ERPNext Technical Forum” group.
To post to this group, send email to wn...@googlegroups.com.
To unsubscribe from this group, send email to
wnframework+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/wnframework?hl=en.


You received this message because you are subscribed to the Google
Groups “ERPNext Technical Forum” group.
To post to this group, send email to wn...@googlegroups.com.
To unsubscribe from this group, send email to
wnframework+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/wnframework?hl=en.


You received this message because you are subscribed to the Google
Groups “ERPNext Technical Forum” group.
To post to this group, send email to wn...@googlegroups.com.
To unsubscribe from this group, send email to
wnframework+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/wnframework?hl=en.


You received this message because you are subscribed to the Google
Groups “ERPNext Technical Forum” group.
To post to this group, send email to wn...@googlegroups.com.
To unsubscribe from this group, send email to
wnframework+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/wnframework?hl=en.


You received this message because you are subscribed to the Google Groups
“ERPNext Technical Forum” group.
To post to this group, send email to wn...@googlegroups.com.
To unsubscribe from this group, send email to
wnframework+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/wnframework?hl=en.


You received this message because you are subscribed to the Google Groups
“ERPNext Technical Forum” group.
To post to this group, send email to wn...@googlegroups.com.
To unsubscribe from this group, send email to
wnframework+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/wnframework?hl=en.


You received this message because you are subscribed to the Google Groups “ERPNext Technical Forum” group.
To post to this group, send email to wn...@googlegroups.com.
To unsubscribe from this group, send email to wnframework+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.


You received this message because you are subscribed to the Google Groups “ERPNext Technical Forum” group.
To post to this group, send email to wn...@googlegroups.com.
To unsubscribe from this group, send email to wnframework+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.

See:

pip is a package manager for python. Its like easy install. You can
use it to install markdown2.

Thanks,
Anand.

On Fri, May 11, 2012 at 2:25 PM, RYAN vAN GINNEKEN
ry...@gmail.com wrote:

Whats pip i do not seem to have it running debian squeeze here did some
quick searching but cannot find pip

On Fri, May 11, 2012 at 2:41 AM, Anand Doshi an...@iwebnotes.com wrote:

Use pip install markdown2

Sent from my Sony Ericsson Xperia mini pro

RYAN vAN GINNEKEN ry...@gmail.com wrote:

I have run command but it ends with error about markdown2 i have
installed
aptitude install python-markdown

ro…@neptune:/var/www/ERPNext2/erpnext# lib/wnf.py -l
lib/py/webnotes/db.py:139: Warning: Some non-transactional changed tables
couldn’t be rolled back
self._cursor.execute(query)
Executing patches.may_2012.cms in erpnext2
Traceback (innermost last):
File “lib/py/webnotes/modules/patch_handler.py”, line 73, in
execute_patch
getattr(patch, ‘execute’)()
File “/var/www/ERPNext2/erpnext/erpnext/patches/may_2012/cms.py”, line
7,
in execute
get_obj(‘Website Settings’).rewrite_pages()
File

“/var/www/ERPNext2/erpnext/erpnext/website/doctype/website_settings/website_settings.py”,
line 45, in rewrite_pages
DocList(‘Web Page’, name[0]).save()
File “lib/py/webnotes/model/doclist.py”, line 226, in save
self.run_method(‘validate’)
File “lib/py/webnotes/model/doclist.py”, line 183, in run_method
getattr(self.obj, method)()
File
“/var/www/ERPNext2/erpnext/erpnext/website/doctype/web_page/web_page.py”,
line 46, in validate
website.utils.markdown(self.doc, [‘head_section’,‘main_section’,
‘side_section’])
File “/var/www/ERPNext2/erpnext/erpnext/website/utils.py”, line 34, in
markdown
import markdown2
ImportError: No module named markdown2

patches.may_2012.cms: failed: STOPPED

On Fri, May 11, 2012 at 1:42 AM, Anand Doshi an...@iwebnotes.com wrote:

Did you run this
lib/wnf.py -l

This will run all latest patches

-Anand

Sent from my Sony Ericsson Xperia mini pro

RYAN vAN GINNEKEN ry...@gmail.com wrote:

Great made some progress but still not quite working getting this now
i
checked and thier is no index.html in the public directory only an
index.cgi

Not Found

The requested URL /index.html was not found on this server.

On Thu, May 10, 2012 at 9:37 PM, Anand Doshi an...@iwebnotes.com
wrote:

Hi Ryan,

We missed out one instruction.

Put this above the virtualhost directive

Listen 8080

This should open up port 8080 and allow u to use it for erpnext.

Hope this works.

Thanks,
Anand.

Sent from my Sony Ericsson Xperia mini pro

RYAN vAN GINNEKEN ry...@gmail.com wrote:

WOW an installer very nice :slight_smile: job too thank you now i see why the
defs.py
is no longer needed! I have followed the updated instructions on
the
wiki,
and is seems to be mostly working too, However i think in am
running
into
apache issues again getting this in my browser

The connection was reset
The connection to the server was reset while the
page
was
loading.
The site could be temporarily unavailable or too busy. Try again
in
a
few
moments.
If you are unable to load any pages, check your computer’s
network
connection.
If your computer or network is protected by a firewall or proxy,
make
sure
that Firefox is permitted to access the Web.

My erpnext2.conf file as you can see i have messed around with it
to
try
and get it work however i have defaulted back to the original one
suggested
on the website. The allow deny stuff throws up an error when i
restart
apache unless it is contained in a Also do you really
want
the
/ after pubic i tried both of course but cannot get anything to
work
always
get reset error like above.

<VirtualHost *:8080>
ServerName *
DocumentRoot /var/www/ERPNext2/erpnext/public/

DocumentRoot /var/www/ERPNext2/erpnext/public

AddHandler cgi-script .cgi .xml
Options -Indexes +FollowSymLinks +ExecCGI
RewriteEngine on
RewriteRule .py - [F]

uncomment below lines if required

<directory /var/www/ERPNext2/erpnext/public>

Order allow,deny

Allow from all

DirectoryIndex index.html index.cgi

NOTE i am getting It Works! message on port 80 so apache is
operational,
and not firewalled because i am on internal network here for now.

Nothing in the apache error.log
[Thu May 10 13:40:19 2012] [notice] caught SIGTERM, shutting down
[Thu May 10 13:40:19 2012] [notice] Apache/2.2.16 (Debian)
configured

resuming normal operations

Nothing at all is showing in the access log

My permissions

/var/www/ERPNext2/erpnext# ls -l
total 52
-rw-r–r-- 1 www-data www-data 686 May 10 13:02 README.md
drwxr-xr-x 2 www-data www-data 4096 May 10 13:05 backups
-rw-r–r-- 1 www-data www-data 680 May 10 13:02 build.json
-rw-r–r-- 1 www-data www-data 880 May 10 13:02 conf.js
-rw-r–r-- 1 www-data www-data 887 May 10 13:05 conf.py
-rw-r–r-- 1 www-data www-data 879 May 10 13:05 conf.pyc
drwxr-xr-x 2 www-data www-data 4096 May 10 13:05 data
drwxr-xr-x 17 www-data www-data 4096 May 10 13:02 erpnext
drwxr-xr-x 2 www-data www-data 4096 May 10 13:05 files
-rwxr-xr-x 1 www-data www-data 3988 May 10 13:02
install_erpnext.py
drwxr-xr-x 8 www-data www-data 4096 May 10 13:05 lib
drwxr-xr-x 2 www-data www-data 4096 May 10 13:05 logs
drwxr-xr-x 5 www-data www-data 4096 May 10 13:05 public

On Thu, May 10, 2012 at 7:41 AM, Apex Thread ap...@gmail.com
wrote:

Hey thats great… Me too waiting for installer from long time…
From
the
time you changed the UI… i am trying to install … But had no
luck…
at
last will be having install soon… dont forget to ping me to
after
the
installer is done… DESPARATLY WAITING FOR INSTALLER…
Thanks in Advance…

On Thu, May 10, 2012 at 2:16 PM, RYAN vAN GINNEKEN <
ry...@gmail.com> wrote:

No problem just excited about getting ERPNext going here squeaky
wheel
gets the grease. Its about 3am here so i will be turning in
soon
but
looking forward to more info tomorrow

On Thu, May 10, 2012 at 2:34 AM, Rushabh Mehta
rm...@gmail.com
wrote:

Hi Ryan,

Anand is working on an installer right now.

He will ping you as soon as its done.

Sorry for the delay but you caught us between a major release.

best,
Rushabh


ERPNext - Business Operating System

W: https://erpnext.com
T: @rushabh_mehta

On 10-May-2012, at 2:02 PM, RYAN vAN GINNEKEN wrote:

Maybe my last message was unclear I am have tried again to
install
your
product and am having real difficulty Wiki instructions are
broken
on
step
2 git links give permission denied also on step 8 i cannot find
defs_template.py or a defs.py

PS have also tried the onboard instruction INSTALL file but
without a
defs.py how can i make this work?

On Wed, May 9, 2012 at 4:11 PM, RYAN vAN GINNEKEN <
ry...@gmail.com> wrote:

I thought i might try installing ERPNext again might have
better
luck
second time around with git. Plus you mentioned i should update

However couple of new issues

  1. As before the links for git on your wiki do not work

git clone gi...@github.com:webnotes/erpnext.git
Cloning into erpnext…
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
as a workaround i used the links on the older blog which seem
to
work

git clone GitHub - webnotes/erpnext: Note: Upto version 3 only. For version 4, go to frappe/erpnext
Now i cannot find the defs_template.py file.

find /var/www/ -name defs_template.py
ro…@neptune:/var/www#
My directory structure looks like this now what happend to
defs_template.py???

/var/www# ls -l
total 8
drwxr-xr-x 3 www-data root 4096 May 9 15:43 ERPNext

/var/www/ERPNext# ls -l
total 4
drwxr-xr-x 10 root root 4096 May 9 15:47 erpnext
/var/www/ERPNext/erpnext# ls -l
total 64
-rwxr-xr-x 1 root root 1076 May 9 15:44 INSTALL
-rw-r–r-- 1 root root 686 May 9 15:44 README.md
-rw-r–r-- 1 root root 0 May 9 15:44 blank.html
-rw-r–r-- 1 root root 411 May 9 15:44 build.json
drwxr-xr-x 2 root root 4096 May 9 15:44 cgi-bin
drwxr-xr-x 2 root root 4096 May 9 15:44 css
drwxr-xr-x 2 root root 4096 May 9 15:44 data
drwxr-xr-x 17 root root 4096 May 9 15:44 erpnext
drwxr-xr-x 2 root root 4096 May 9 15:44 images
-rwxr-xr-x 1 root root 2557 May 9 15:44 index.cgi
drwxr-xr-x 2 root root 4096 May 9 15:44 js
drwxr-xr-x 8 root root 4096 May 9 15:47 lib
-rwxr-xr-x 1 root root 1062 May 9 15:44 rss.xml
-rwxr-xr-x 1 root root 1181 May 9 15:44 sitemap.xml
-rw-r–r-- 1 root root 2353 May 9 15:44 temp.py
-rw-r–r-- 1 root root 348 May 9 15:44 todo.md
-rw-r–r-- 1 root root 893 May 9 15:44 unsupported.html
/var/www/ERPNext/erpnext/lib# ls -l
total 52
-rw-r–r-- 1 root root 2042 May 9 15:47 INSTALL.md
-rw-r–r-- 1 root root 1363 May 9 15:47 README.md
-rw-r–r-- 1 root root 434 May 9 15:47 attribution.md
-rw-r–r-- 1 root root 5312 May 9 15:47 build.json
drwxr-xr-x 2 root root 4096 May 9 15:47 conf
drwxr-xr-x 8 root root 4096 May 9 15:47 css
drwxr-xr-x 4 root root 4096 May 9 15:47 images
drwxr-xr-x 5 root root 4096 May 9 15:47 js
drwxr-xr-x 5 root root 4096 May 9 15:47 py
-rwxr-xr-x 1 root root 9127 May 9 15:47 wnf.py
/var/www/ERPNext/erpnext/lib/py# ls -l
total 12
-rw-r–r-- 1 root root 0 May 9 15:47 init.py
drwxr-xr-x 2 root root 4096 May 9 15:47 build
drwxr-xr-x 4 root root 4096 May 9 15:47 core
drwxr-xr-x 9 root root 4096 May 9 15:47 webnotes

/var/www/ERPNext/erpnext/lib/py/webnotes# ls -l
total 100
-rw-r–r-- 1 root root 5778 May 9 15:47 init.py
-rw-r–r-- 1 root root 12930 May 9 15:47 auth.py
-rw-r–r-- 1 root root 3371 May 9 15:47 boot.py
drwxr-xr-x 2 root root 4096 May 9 15:47 cms
-rw-r–r-- 1 root root 11800 May 9 15:47 db.py
-rwxr-xr-x 1 root root 10922 May 9 15:47 handler.py
drwxr-xr-x 2 root root 4096 May 9 15:47 install_lib
drwxr-xr-x 2 root root 4096 May 9 15:47 model
drwxr-xr-x 2 root root 4096 May 9 15:47 modules
-rw-r–r-- 1 root root 149 May 9 15:47 password_reset.txt
-rw-r–r-- 1 root root 9079 May 9 15:47 profile.py
-rw-r–r-- 1 root root 3326 May 9 15:47 session_cache.py
drwxr-xr-x 2 root root 4096 May 9 15:47 tests
drwxr-xr-x 3 root root 4096 May 9 15:47 utils
drwxr-xr-x 3 root root 4096 May 9 15:47 widgets

On Wed, May 9, 2012 at 2:28 AM, Rushabh Mehta
rm...@gmail.com
wrote:

Hi,

I think your apache settings for cgi are not correct or not
on
the
right or port. If you can paste your conf settings
we
can
let
you know.

(similar issue)

apache2 - Problem with Executing CGI Scripts on Apache - Stack Overflow

(also we have just merged the master with the latest release
so
you
should pull the latest source and db)

best,
Rushabh

On 09-May-2012, at 1:42 PM, Computer King wrote:

Hello all i have been banging around trying to get erpnext
to
install
onto debian 6.0 have a couple of isssues with the wiki
page
that
i
need to get sorted as i cannot get erpnext working. I
also
have
posted some instructions to my blog to make it easier for
anyone
else
using Debian and most likely will work with ubuntu too.
here
is
a
link to my blog containing the details of my installation.

http://computerking.ca/node/615

I have tried for many hours now without success when i
point a
browser
to http://192.168.1.208/erpnext i just get the directory
listing
with
a single folder erpnext when i click on the erpnext folder
it
takes
me
to a text file that looks like below. I am pretty sure
this
is
just a
simple apache config problem but i cannot figure it out
please
help!
.
#!/usr/bin/python

ERPNext - web based ERP (http://erpnext.com)

Copyright (C) 2012 Web Notes Technologies Pvt Ltd

This program is free software: you can redistribute it

and/or

modify

it under the terms of the GNU General Public License as

published

by

the Free Software Foundation, either version 3 of the

License,

or

(at your option) any later version.

This program is distributed in the hope that it will be

useful,

but WITHOUT ANY WARRANTY; without even the implied

warranty
of

MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See
the

GNU General Public License for more details.

You should have received a copy of the GNU General

Public
License

along with this program. If not, see <

Licenses - GNU Project - Free Software Foundation

.

import cgi, cgitb, os, sys
cgitb.enable()

import libs

sys.path.append(‘lib/py’)
sys.path.append(‘erpnext’)
<…snip…>

On Mar 16, 12:43 am, Anand Doshi an...@iwebnotes.com
wrote:

We have had many queries regarding how to install ERPNext
on
this
forum and
our support system.
It is not intuitive to search on google groups and hence,
there
arises a
need to have a document on basic installation steps,
somewhere
more
accessible.

Therefore, we have created a wiki page on github,
regarding
the
steps
required to install ERPNext.
Please have a look and try to contribute if you have any
corrections /
suggestions on the same.

How to Install ERPNext · webnotes/erpnext Wiki · GitHub

Thanks,
Anand Doshi.


You received this message because you are subscribed to
the
Google
Groups “ERPNext Technical Forum” group.
To post to this group, send email to
wn...@googlegroups.com.
To unsubscribe from this group, send email to
wnframework+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/wnframework?hl=en.


You received this message because you are subscribed to the
Google
Groups “ERPNext Technical Forum” group.
To post to this group, send email to
wn...@googlegroups.com.
To unsubscribe from this group, send email to
wnframework+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/wnframework?hl=en.


You received this message because you are subscribed to the
Google
Groups “ERPNext Technical Forum” group.
To post to this group, send email to
wn...@googlegroups.com
.
To unsubscribe from this group, send email to
wnframework+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/wnframework?hl=en.


You received this message because you are subscribed to the
Google
Groups “ERPNext Technical Forum” group.
To post to this group, send email to
wn...@googlegroups.com
.
To unsubscribe from this group, send email to
wnframework+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/wnframework?hl=en.


You received this message because you are subscribed to the
Google
Groups
“ERPNext Technical Forum” group.
To post to this group, send email to
wn...@googlegroups.com.
To unsubscribe from this group, send email to
wnframework+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/wnframework?hl=en.


You received this message because you are subscribed to the
Google
Groups
“ERPNext Technical Forum” group.
To post to this group, send email to
wn...@googlegroups.com.
To unsubscribe from this group, send email to
wnframework+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/wnframework?hl=en.


You received this message because you are subscribed to the Google
Groups
“ERPNext Technical Forum” group.
To post to this group, send email to wn...@googlegroups.com.
To unsubscribe from this group, send email to
wnframework+un...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/wnframework?hl=en.


You received this message because you are subscribed to the Google Groups “ERPNext Technical Forum” group.
To post to this group, send email to wn...@googlegroups.com.
To unsubscribe from this group, send email to wnframework+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/wnframework?hl=en.