Go to file
Benjamin Sonntag dbfc59097b [fix] misc bugs in update_domaines.php, 2018-07-17 16:07:48 +02:00
.tx Updating language files from Transifex 2013-10-17 16:56:11 +00:00
api [fix] replacing /var/run by /run everywhere we can (not everywhere: postfix chroot or old compatibility is maintained 2018-07-04 17:42:42 +02:00
awstats fixing badly indexed messages in awstats reporting 2018-05-22 16:57:04 +02:00
bureau [fix] misc bugs in update_domaines.php, 2018-07-17 16:07:48 +02:00
debian [fix] dpkg-statoverride: erreur: une dérogation pour « /var/spool/postfix/var/run/saslauthd » existe déjà 2018-07-17 15:21:55 +02:00
etc
install [enh] proper name for autodiscover + fix global in m_dom 2018-07-17 15:50:29 +02:00
lang [enh] adding translations from Transifex + update of PO files 2018-06-28 00:03:18 +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
roundcube [fix] roundcube to core javascript disable conf apache2 2018-06-24 16:50:08 +02:00
selenium fixing alternc-awstats shell: using BASH 2014-03-28 16:05:36 +01:00
squirrelmail [fix] roundcube and squirrelmail are specific packages 2018-06-23 16:47:15 +02:00
src [fix] fix misc bugs at alternc.install time 2018-07-17 15:02:32 +02:00
ssl SSL massive backport 2018-06-21 17:26:27 +02:00
stretch
tests Dataset 2012-08-25 14:45:55 +00:00
tools [fix] replacing /var/run by /run everywhere we can (not everywhere: postfix chroot or old compatibility is maintained 2018-07-04 17:42:42 +02:00
.gitattributes
.gitignore
.gitmodules [enh] gitmodules 2014-03-21 11:01:50 +01:00
.scrutinizer.yml Encore scrutinizer 2014-03-21 15:33:54 +01:00
.svnignore
.travis.yml Add php5.6 and php7.0 versions for tests 2018-06-21 17:58:26 +02:00
CODING_CONVENTION.php
COPYING AlternC Plugin are now part of AlternC svn repository\n Migration Phase 2 2006-04-26 12:28:53 +00:00
DEBIAN_COMPLIANCE
Makefile
README.md language, not tongue ! 2018-06-27 20:28:33 +02:00
repos-to-tx.sh
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 language 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 Stretch whose packaging instructions are located in debian/ folder (this package can be installed on Jessie safely too)

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

  • 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 1 nightly build repositories:

and 3 nightly from former Debian releases (now unmaintained)

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

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

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

wget http://stable-3-5.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.