![]() |
|
Debian Sentora - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36) +---- Thread: Debian Sentora (/showthread.php?tid=346) |
Debian Sentora - checkhaa - 09-23-2014 Hello, Is there a way to install sentora on debian wheezy Thanks RE: Debian Sentora - Me.B - 09-23-2014 use ubuntu 14.04 instead... RE: Debian Sentora - checkhaa - 09-23-2014 (09-23-2014, 02:07 AM)Me.B Wrote: use ubuntu 14.04 instead... ubuntu ist slower than debian. Can i use Sentora with nginx? RE: Debian Sentora - Me.B - 09-23-2014 http://forums.sentora.org/showthread.php?tid=344&pid=2507#pid2507 RE: Debian Sentora - kandrews - 09-23-2014 I'm planning to add debian and ubuntu support after we have an initial release out with ubuntu and centos. Could be a while yet though! RE: Debian Sentora - Chris215 - 02-18-2015 I was able to get it working on Debian 7.4 by mostly going through the install script and using the Ubuntu branches. I installed all the components except ProFTP since I didn't need it. It mostly went pretty smooth, but there were a few changes I had to make to get it working: 1. In sentora_postfix.sql: the quota table needs the username field reduced to 200 instead of 255 so that mysql wouldn't error out about exceeding 1000 bytes for the key. Also in the vacation table, the email field needed to be set to latin1 otherwise the foreign key relationship would error out. 2. Had to escape the '!' character the script used to help do the find/replaces. 3. I had some issues with setting up Apache, but that was because I already had Apache configured and I wanted it Sentora to use SSL. 4. In OnDaemonRun.hook.php I had to fix the "Require all granted" line for versions less than 2.4. The if statement was the same, but it should have been commented out for <2.4 RE: Debian Sentora - MDHX - 02-23-2015 +1 for Debian (7.4) script Please...
RE: Debian Sentora - Me.B - 02-23-2015 You are welcome to do it... we have a lot to do maintaining 2 platforms already. |