--
Note:
If you are posting an issue,
1. We should be able to replicate it at our end. So please give us as much information as you can. Please see it from the point of view of the person receiving the communication.
2. Paste your code at http://pastebin.com or http://gist.github.com and send only the URL via email
3. For sending images, use http://imgur.com or other similar services. Do not send images as attachments. Links are good. Same goes for any file you are going to send.
End of Note
---
You received this message because you are subscribed to the Google Groups "ERPNext Developer Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to erpnext-developer...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
1. - with Github installed:
1. wnframework.git in usr//local/lib
2. erpnext.git in my htdocs
2. installed Homebrew to install dependencies (I think and hope i have them all )
3. Created a database in Mysql
4. create a V-host
<VirtualHost *:80>
ServerName my.com
ServerAlias www.my.com
DocumentRoot "/my path to/erpnext/public"
ErrorLog "logs/erp_error.log"
CustomLog "logs/erp_access.log" combined
</VirtualHost>
5. restart Apache
6. Edit /usr/local/lib/wnframework/conf/conf.py file to set my mysql user and db name
7. Run /usr/local/lib/wnframework/wnf.py install_fresh
Traceback (most recent call last):
File "/usr/local/lib/wnframework/wnf.py", line 490, in <module>
run()
File "/usr/local/lib/wnframework/wnf.py", line 315, in run
import conf
ImportError: No module named conf
I guess there is something I missed here still.
On Sunday, July 21, 2013 9:43:40 AM UTC+3, Tom Arnst wrote:Hi,
Has anyone being able to install ERPnext on OSX ?
Are there any instructions to do this? we are trying to do this without any success until now.
Thanks
both erpnext and wnframework have to be installed in the same folder inside your htdocs (as app and lib). Preferrably call your folder "erpnext"
You will have to add cgi-handlers and rewrite conditions as explained in the install doc.
You received this message because you are subscribed to a topic in the Google Groups "ERPNext Developer Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/erpnext-developer-forum/AcsRm1iBoKA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to erpnext-developer...@googlegroups.com.