Hello, php n00b here, Does anyone have experience installing vtiger-CRM on webfaction? I assume I have to create a Static/CGI/PHP-5.4 application? And then follow this? https://wiki.vtiger.com/index.php/Installation_with_Source Any hints appreciated, update: Here's a tutorial to install on an Ubuntu server machine, (however, I'm not sure how that applies on webfaction, as I won't have root priviledges) asked 23 Apr '12, 11:14 alphydan |
vtiger looks like a fairly standard PHP app, so you don't need root privileges to install it. The following steps should get your most of the way there:
answered 23 Apr '12, 16:12 seanf |
Hi Seanf,
Thank you for the suggestions, I take it when you say
you mean
without the "~" ? One of the things that tripped me was that I chose https and then forgot the "secure". Now it works. Thank you for the tip.
Sorry, I moved your comment to the wrong part of this topic, and I don't have a way to move it back.
To answer your question, I meant "
tar zxf ~/vtigercrm-5.4.0.tar.gz --strip 1
", which is what I wrote in my original answer. The first two commands in my answer would have causedvtigercrm-5.4.0.tar.gz
to be saved in the root of your home directory, so if you followed those steps exactly as I presented them, then they should have worked.At any rate, glad to hear that you have this working - good luck with your site!
Thanks for the clarification. If it's of any use to others, I've written a quick tutorial on how to set it up, http://renooble.tumblr.com/post/21701699160/installing-vtiger-on-webfaction-for-crm