Go to file
Kienan Stewart 29a213cc26 Change function calls from mysql_* to mysqli_*
Sourced from: https://raw.githubusercontent.com/soul9/AlternC/470ed9cd1535461c7a809ce6c8d55919b76f14a0/stretch/quota_init.diff

@see https://github.com/AlternC/AlternC/issues/222
2018-05-17 15:15:56 -04:00
.tx
api API too is using PDO, including DB_System 2016-05-17 18:49:34 +02:00
awstats [fix] translation update to transifex 2017-10-06 23:54:21 +02:00
bureau [fix] cron rolling curl call INSIDE the loop :/ 2018-02-28 10:39:55 +01:00
debian [release] 3.x.11 of AlternC 2017-11-06 15:05:45 +01:00
etc
install [fix] fixing lastlogin default value for mariadb (which is more strict...) 2018-02-23 16:12:59 +01:00
jessie typo prevented roundcube-ssl domaintype to be created 2017-11-18 23:27:33 +01:00
lang [fix] UPDATE of PO Translations, Fixes #45 + repos-to-tx.sh doing that automatically, + update from transifex 2017-10-08 14:51:51 +02:00
lib/Alternc/Api
man DEBIAN COMPLIANCE big commit : fixes almost all lintian issues + complete rewrite of debian/rules (now mostly in Makefile at the root of source code) + start using POD2MAN for man pages + remove some old unused and broken tools 2013-04-23 15:11:00 +00:00
nightlybuild File de la mechant dash 2014-03-27 17:39:28 +00:00
phpunit
po bein l'admintools.pot n'a pas de raison d'avoir des trad FR... 2011-06-04 15:18:38 +00:00
roundcube
selenium fixing alternc-awstats shell: using BASH 2014-03-28 16:05:36 +01:00
squirrelmail [fix] avelsieve should connect on port 4190 2017-10-07 17:47:32 +02:00
src Change function calls from mysql_* to mysqli_* 2018-05-17 15:15:56 -04:00
ssl If we add certificate we also remove 2017-11-06 17:09:03 +01:00
stretch [cosm] update README [enh] first stretch file we may need : opendkim.conf ? 2017-10-08 15:19:42 +02:00
tests
tools DEBIAN COMPLIANCE big commit : fixes almost all lintian issues + complete rewrite of debian/rules (now mostly in Makefile at the root of source code) + start using POD2MAN for man pages + remove some old unused and broken tools 2013-04-23 15:11:00 +00:00
wheezy
.gitattributes
.gitignore [fix] gitignore update 2015-05-07 17:54:52 +02:00
.gitmodules
.scrutinizer.yml
.svnignore
.travis.yml
CODING_CONVENTION.php Little changes to test PHP analyser 2014-03-20 09:35:11 +00:00
COPYING
DEBIAN_COMPLIANCE
Makefile [enh] removing the unmaintained upnp package 2017-10-07 15:12:18 +02:00
README.md [cosm] update README [enh] first stretch file we may need : opendkim.conf ? 2017-10-08 15:19:42 +02:00
repos-to-tx.sh [fix] UPDATE of PO Translations, Fixes #45 + repos-to-tx.sh doing that automatically, + update from transifex 2017-10-08 14:51:51 +02:00
tx-to-repos.sh

README.md

AlternC: Web and Email Hosting Software Suite

AlternC is a software helping system administrators to handle Web and Email services management. It should be easy to install, based only on free software.

This software consist of an automatic install and configuration system, a web control panel to manage hosted users and their web services such as domains, email accounts, ftp accounts, web statistics...

Technically, AlternC is based on Debian GNU/Linux distribution and it depends on other software such as Apache, Postfix, Dovecot, Mailman (...). It also contains an API documentation so that users can easily customize their web desktop.

This project native tongue is French, and the code is commented in English. The packages are available at least in French and English, German and Spanish interfaces are usually available too.

Installation

To install AlternC, please follow our install documentation

Pour installer AlternC, merci de suivre la documentation d'installation

Developper information

  • This software is built around a Debian package for Squeeze whose packaging instructions are located in debian/ folder

  • To build the packages, clone this repository in a Debian machine and use debuild or dpkg-buildpackage from source code root.

  • If you want to build it for Wheezy, clone the source and patch it for Wheezy using wheezy/patch.sh script. You'll be able to use dpkg-buildpackage to build the Wheezy version.

  • If you want to build it for Jessie, clone the source and patch it for Wheezy using wheezy/patch.sh script then patch it for Jessie using jessie/patch.sh script. You'll be able to use dpkg-buildpackage to build the Jessie version.

  • The web control panel pages written in PHP are located in bureau/admin and the associated PHP classes doing the stuff are in bureau/class.

Nightly build

We have 3 nightly build repositories:

To use one of them, create a file named /etc/apt/sources.list.d/alternc-nightly-stable-3.3.list (for debian jessie) as follow :

 deb http://stable-3-3.nightly.alternc.org/ latest/

The repository and the packages are signed by the pgp key of AlternC nightly build user :

wget http://stable-3-3.nightly.alternc.org/nightly.key -O - | apt-key add - 

License

AlternC is distributed under the GPL v2 or later license. See COPYING.

AlternC's translations (po files) are distributed under the Creative Commons CC0 license. Don't participate to the translation if you don't agree to publish your translations under that license.