OS X Installation

Hello guys,

I’m interested in installing frappe framework along with ERPNext on OS X. It would be nice if we could gather Mac python devs in this post. Since the introduction & the integration of ERPNext 3, I’ve found the holy grail of ERP. To the Webnotes devs, if you couldnt provide the OS X installer.py maybe you guys could provide generic way (step by step along with folder structure) to install ERPNext. For your information, I’ve succesfully install the version 3 on OS X along with Apple Server.app to manage the ML 10.8 Server but failed the installation on version 4. Perhaps by this post, it will start off OS X ERPNext user community support.

From Malaysia,
Ariff


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-forum+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/a10a2721-dd7f-47ec-b4e9-c7a35fc46f78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi Ariff,

On Sun, Mar 9, 2014 at 2:42 PM, Mohd Ariff Kamal Abdullah Sany
mo...@gmail.com wrote:

Hello guys,

I’m interested in installing frappe framework along with ERPNext on OS X. It would be nice if we could gather Mac python devs in this post. Since the introduction & the integration of ERPNext 3, I’ve found the holy grail of ERP. To the Webnotes devs, if you couldnt provide the OS X installer.py maybe you guys could provide generic way (step by step along with folder structure) to install ERPNext. For your information, I’ve succesfully install the version 3 on OS X along with Apple Server.app to manage the ML 10.8 Server but failed the installation on version 4. Perhaps by this post, it will start off OS X ERPNext user community support.

All developers except me, in our company use OSX, so it is possibe!

How did you try installing ERPNext 4?

Please try the bench, https://github.com/frappe/frappe-bench

You can install libxml2, redis and mysql using homebrew.

From Malaysia,
Ariff

Thanks,

Pratik
erpnext

Yo Pratik,

Yeehaa, glad to know there’s the use of OS X in Webnotes company. We’re on the same boat bro. It just shed my lights. Original python 2.7.2 works well with ERPNext ver.3 on ML. Brew install also works. I will try the frappe-bench. Also, I do believe you guys in middle of wn migration to frappe which sometimes messing up with github repo.

I will post my frappe-bench findings later.

-Ariff


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-forum+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/b570c198-49bb-4630-bc89-fcb06b82cf60%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi Pratik,

Here’s my finding on bench repo:

OS: Darwin 10.8.0 (Oracle VirtualBox)

Step taken:

  1. Clean install OS X
  2. Install XCode Command Line Tools
  3. Brew install libxml2 redis mysql (pre-requisites) plus symlinked the path & run launchctl
  4. Follow frappe-bench instruction starting from “Usage” tab/part
  5. Wait until installation finish & start ‘honco’

My findings are install.sh script hang up halfway (VirtualBox bugs maybe). Hard reboot the VirtualBox & re-run the install script to resume. The commands should be ./scripts/install.sh single sitename dbname without the “[ [ ]]”

It would be nice if frappe/ERPNext can integrated into Apple’s Server.app application for WSGI using apache_mod instead of nginx & supervisor for production environment. This would simplified the OS X web management. Need help & hints on this.

I also will wait for ERPNext version 4 stable release ETA on 15th March as schedule before. Willing to spread the news! Mad props to you guys from Malaysia! Sick!


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-forum+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/a433c0cd-8605-46a5-a2b8-91e5e5e4ce64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

By mean apache_mod, it is mod_wsgi.so
Please correct me if I’m wrong


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-forum+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/f9d2154a-6094-44ee-b721-b39381f3119c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi Ariff,

On Wed, Mar 12, 2014 at 1:30 AM, Mohd Ariff Kamal Abdullah Sany
mo...@gmail.com wrote:

Hi Pratik,

Here’s my finding on bench repo:

OS: Darwin 10.8.0 (Oracle VirtualBox)

Step taken:

  1. Clean install OS X
  2. Install XCode Command Line Tools
  3. Brew install libxml2 redis mysql (pre-requisites) plus symlinked the path & run launchctl
  4. Follow frappe-bench instruction starting from “Usage” tab/part
  5. Wait until installation finish & start ‘honco’

Great! You are the first person to run this new installer on OSX. Can
you contribute the exact brew commands + symlink commands to the pre
requisites part of the repository?

My findings are install.sh script hang up halfway (VirtualBox bugs maybe). Hard reboot the VirtualBox & re-run the install script to resume. The commands should be ./scripts/install.sh single sitename dbname without the “[ [ ]]”

It clones three repositories from github and installs a lot of
dependencies, heaviest being lxml. So, takes some time. The sitename
and dbname args are optional.

It would be nice if frappe/ERPNext can integrated into Apple’s Server.app application for WSGI using apache_mod instead of nginx & supervisor for production environment. This would simplified the OS X web management. Need help & hints on this.

We once tried it but didn’t seem to work (maybe because of header
encoding). We are using WSGI and have used werkzeug, so shouldn’t be
much of a trouble.

I also will wait for ERPNext version 4 stable release ETA on 15th March as schedule before. Willing to spread the news! Mad props to you guys from Malaysia! Sick!

Thanks!


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-forum+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/erpnext-developer-forum/a433c0cd-8605-46a5-a2b8-91e5e5e4ce64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Pratik
erpnext