Maxwell
ccbde214c2
Fix UnicodeDecodeError
...
```python
Traceback (most recent call last):
File "install_erpnext.py", line 348, in <module>
install()
File "install_erpnext.py", line 13, in install
install_pre_requisites()
File "install_erpnext.py", line 25, in install_pre_requisites
install_using_yum()
File "install_erpnext.py", line 90, in install_using_yum
update_config_for_redhat()
File "install_erpnext.py", line 106, in update_config_for_redhat
exec_in_shell("chkconfig --level 2345 %s on" % service)
File "install_erpnext.py", line 339, in exec_in_shell
if err and any((kw in err.lower() for kw in ["traceback", "error", "exception"])):
File "install_erpnext.py", line 339, in <genexpr>
if err and any((kw in err.lower() for kw in ["traceback", "error", "exception"])):
```
2013-10-16 16:52:01 -03:00
Anand Doshi
ad0b05060a
Merge branch 'master' of github.com:webnotes/erpnext into website-wip
2013-09-17 11:00:24 +05:30
Anand Doshi
3a6f4f882a
[fix] [minor] communication related cleanup
2013-09-12 19:10:05 +05:30
Anand Doshi
3b44ce5fb4
[website] [minor] fixes after moving website module
2013-09-12 16:59:12 +05:30
Nabin Hait
ada70994dc
[minor] install script allowed for linuxmint, a ubuntu distribution
2013-08-20 10:58:07 +05:30
Anand Doshi
e7d77cad74
[fix] [minor] install erpnext - pip installation
2013-08-14 15:12:46 +05:30
Anand Doshi
cf2cf3897b
[minor] [install] added instruction to set domain for url generation within erpnext
2013-08-09 19:39:09 +05:30
Rushabh Mehta
e67d1fbcdf
[license] [minor] Updated License Text in all js and py files
2013-08-05 14:59:54 +05:30
Anand Doshi
b1b564c20f
[fix] [minor] erpnext installer
2013-07-29 11:44:26 +05:30
Anand Doshi
7d3e75da23
[minor] [installer] check if app and lib are cloned before proceeding
2013-07-24 19:01:02 +05:30
Anand Doshi
08352ca0a9
[minor] [fix] installer
2013-07-17 08:24:50 +05:30
Rushabh Mehta
54c1545c49
[docs] Updated README, Trademark policy and install
2013-07-16 12:05:41 +05:30
Rushabh Mehta
a8f9aa0254
[docs] completed structure
2013-06-21 17:55:43 +05:30
Anand Doshi
86e240177e
removed install erpnext -- created a gist, as installation to be independent of repository
2012-10-02 19:33:53 +05:30
Rushabh Mehta
2fa2f7178d
moved directory structure
2012-09-24 19:13:42 +05:30
Anand Doshi
486f9dfcec
added unicode_literals import at start of each file
2012-07-19 13:40:31 +05:30
Anand Doshi
af1f437fad
update in cms2 patch: delete html files
2012-07-12 22:06:27 +05:30
Anand Doshi
54e79bbfa7
updates in install_erpnext.py
2012-07-12 19:51:17 +05:30
Anand Doshi
c655f47fb1
fixed wnframework repository url to https one
2012-07-12 19:08:48 +05:30
Anand Doshi
9b88baa6f8
updates in install_erpnext.py
2012-07-12 18:52:59 +05:30
Anand Doshi
f0babb7f0f
fixes in cms
2012-05-22 13:41:51 +05:30
Anand Doshi
84cd7e5c32
do not track wn-web.js and wn-web.css in repositor as they are built for each implementation, changed install file to create wn-web.js and wn-web.css
2012-05-15 11:40:12 +05:30
Anand Doshi
79af963aef
revert changes in gitignore
2012-05-14 16:36:10 +05:30
Anand Doshi
a3851758bf
installer
2012-05-10 15:57:05 +05:30
Anand Doshi
3fa25faca2
fixes after merge with cms
2012-05-10 15:15:43 +05:30
Anand Doshi
45b187ded1
fix in install erpnext
2012-05-10 13:10:06 +05:30
Anand Doshi
8ec5ddfb10
fix in erpnext installer
2012-05-10 12:56:10 +05:30
Anand Doshi
17fb35fa4a
erpnext installer
2012-05-10 12:39:25 +05:30