Good Day All!
So, this is my first posting in MacRumors; although I hope to become a new contributor as I learn and grow. Also, thanks in advance for the helpful answers that I am sure I will receive.
I am starting a new business doing a wide scope of things from sales consulting to SEO to basic web/graphic design. I have been researching CRM programs, namely open source, and have decided on Vtiger. Although I do like what I see with Sugarcrm and OpenCrx so if you can help me solve my dilema
w/ either of those I would still be satisfied.
My only issue is that I have not been able to get the darn thing installed... mainly due to my inexperience with programming as a whole (no worries, I will learn this among a ton of other things I am studying/plan to learn)
Unfortunately, there isn't a whole lot of useful information for mac users installing these programs. Granted they are open source, it just seems most of the users/developers on these particular programs appear to be windows users.
Anyhow, I found the installation instructions here
I am running an ibook g4 160gb (w/116gb available)
mac os x 10.4.11 (tiger)
I tried to follow them step by step using the binary download, which they recommend for people let experiennced with MAMP, etc.
Below are the instructions and the results that I am getting:
After I posted the same info and a bit more in their forum: this is the link to my post.
This is the response I was given, I researched his claim that mac comes
preinstalled with Apache ( although the binary download for vtiger comes bundled) and I don't believe he is an ounce correct.
So, my friends, can anyone offer better advice on installing vtiger? I am kind of an idiot in training on php, mysql and apache and "what-have-you"
so the most basic, layman's type advice would be taken most graciously!
Thanks Again!
So, this is my first posting in MacRumors; although I hope to become a new contributor as I learn and grow. Also, thanks in advance for the helpful answers that I am sure I will receive.
I am starting a new business doing a wide scope of things from sales consulting to SEO to basic web/graphic design. I have been researching CRM programs, namely open source, and have decided on Vtiger. Although I do like what I see with Sugarcrm and OpenCrx so if you can help me solve my dilema
w/ either of those I would still be satisfied.
My only issue is that I have not been able to get the darn thing installed... mainly due to my inexperience with programming as a whole (no worries, I will learn this among a ton of other things I am studying/plan to learn)
Unfortunately, there isn't a whole lot of useful information for mac users installing these programs. Granted they are open source, it just seems most of the users/developers on these particular programs appear to be windows users.
Anyhow, I found the installation instructions here
I am running an ibook g4 160gb (w/116gb available)
mac os x 10.4.11 (tiger)
I tried to follow them step by step using the binary download, which they recommend for people let experiennced with MAMP, etc.
Below are the instructions and the results that I am getting:
Complete Binary Package
For the convenience of first time users, vtiger CRM is bundled with compatible versions of Apache, MySQL, and PHP. Follow the procedure given below to install the complete package of vtiger CRM:
1.Download vtigercrm-5.0.4.bin from the Sourceforge.net.
2.Log in as a root user.
Logged in as root by accessing terminal. (User Reference:: http://support.apple.com/kb/HT1528)
3.Grant execute permission to run the vtigercrm-5.0.4.bin file:
#chmod 777 vtigercrm-5.0.4.bin
So, I copied and pasted above in root menu: this is what I am getting stuck on....I tried the script both with the hash (#) and without,
Last login: Tue Feb 24 17:09:18 on ttyp1 Welcome to Darwin!
laurette-hribals-ibook-g4:~ root# #chmod 777 vtigercrm-5.0.4.bin
Note: nothing happened (because of double #)
laurette-hribals-ibook-g4:~ root# chmod 777 vtigercrm-5.0.4.bin
chmod: vtigercrm-5.0.4.bin: No such file or directory
the file is untarred to my desktop, I moved onto step 4... just to see
if anything happened
4. Run the vtigercrm-5.0.4.bin file as given below:
#./vtigercrm-5.0.4.bin
copied and pasted above in root menu
laurette-hribals-ibook-g4:~ root# #./vtigercrm-5.0.4.bin
laurette-hribals-ibook-g4:~ root# ./vtigercm-5.0.4.bin -sh:
./vtigercm-5.0.4.bin: No such file or directory
After I posted the same info and a bit more in their forum: this is the link to my post.
This is the response I was given, I researched his claim that mac comes
preinstalled with Apache ( although the binary download for vtiger comes bundled) and I don't believe he is an ounce correct.
A Mac-using friend of mine tells me that the Mac ships with Apache and PHP by default, but no MySQL. He advises you install DarwinPorts and install MySQL using that tool. Now in Linux you simply unarchive the tarball to the directory where Apache keeps it's html files, and I suspect that in the Mac (since it is based on FreeBSD Unix) this is no different. The actual directory name and location might change, but that is where it goes. I think the Mac has apache configured to look in /Sites for it's html, but I could be wrong.
After the tarball has been extracted to the correct directory you need to make that directory writeable, and all of it's sub-dirs writeable. Ok, done that... you should be able to open safari and go to localhost...if it all worked you should see the vtiger directory folder, click on that and the vtiger php install script should start running.
If this doesn't work out you need to get together with some Mac Enthusiasts, Apple likes to make things easy by having the Mac do as much work as possible, this has the unfortunate side effect of making fine adjustments difficult, kind of like trying to set your wrist-watch while wearing boxing gloves; perhaps not a good analogy but there it is.
So, my friends, can anyone offer better advice on installing vtiger? I am kind of an idiot in training on php, mysql and apache and "what-have-you"
so the most basic, layman's type advice would be taken most graciously!
Thanks Again!