On 1/4/2015 1:45 AM, Nicolas Vivier wrote:
> I already rent such a service, so I would prefer to install Simplify
> Email on it. Is it a classic php/mysql app ?
I discussed this with Jeff Reifman by email. He doesn't offer direct
help getting it working on hosting other than Digital Ocean, which he'll
set up for you at very low cost.
I use Webfaction, and I didn't want to take the time to get familiar
with Digital Ocean, so I fiddled with it myself and got it working.
It is a straightforward PHP/MySQL app. It uses the Yii PHP framework.
I'm not familiar with Yii, but it's not complicated.
The Simplify Email installation instructions require root access to
create /var/secure and assumes much of the PHP code is in sibling
directories of the web site's root document directory. (That is,
app/../framework, for example.)
Webfaction shared hosting doesn't allow either of those, but it wasn't
hard to find the hard-coded references to those directories in the PHP
code and change them to use configurable locations.
I think I have more work to do before everything is working: Simplify
Email runs on my server, but I'm not sure everything is working. If and
when I confirm I have it working fully, I'll try to find time to write
up what I did and suggest to Jeff making the code more configurable to
shared hosting environments, so I don't have to patch each new release.
Hope that's helpful!