Go to file
Antoine Beaupr�� d15a16ef23 don't try to delete the logs directory
without this, the logs/ directory was found as old and this cronjob would try to delete it over and over again, generating spurious emails
2016-02-03 16:15:02 +01:00
.tx Updating language files from Transifex 2013-10-17 16:56:11 +00:00
api [enh] Importing API and SSL from branches 2015-05-07 17:29:43 +02:00
awstats removing awstats-package crontab 2015-04-22 13:15:27 +02:00
bureau Better fix for cname message, Fixes #25 2016-01-18 17:05:35 +01:00
debian adding Changelog preparing for 3.1.10/3.2.10/3.3.10 2016-01-15 15:28:12 +01:00
etc adding /run/alternc to open_basedir for the Panel, makes do_actions works again on WHEEZY 2015-06-16 14:55:52 +02:00
install ajout d'un alter table pour eviter les doublons dans default_subdomains - pas teste, pas sur que ca casse pas un truc - ( refs #1662 ) 2016-01-19 16:14:58 +01:00
jessie adding Changelog preparing for 3.1.10/3.2.10/3.3.10 2016-01-15 15:28:12 +01:00
lang new translations 2014-03-28 17:02:44 +01:00
lib/Alternc/Api fixing double declaration of alternc_api_service->doc 2015-12-01 14:54:08 +01:00
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 [fix] Missing chmod action 2014-09-09 14:52:56 +02:00
po bein l'admintools.pot n'a pas de raison d'avoir des trad FR... 2011-06-04 15:18:38 +00:00
roundcube fixing roundcube install (TODO: check what alternc.install is doing at the same time) 2014-10-01 18:38:10 +02:00
selenium fixing alternc-awstats shell: using BASH 2014-03-28 16:05:36 +01:00
squirrelmail Suggested comments 2014-03-26 14:59:41 +01:00
src don't try to delete the logs directory 2016-02-03 16:15:02 +01:00
ssl CNAME doesn't allow *anything* else 2015-06-16 14:23:37 +02:00
tests Dataset 2012-08-25 14:45:55 +00:00
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
upnp Mini modif 2014-03-28 15:18:23 +00:00
wheezy adding Changelog preparing for 3.1.10/3.2.10/3.3.10 2016-01-15 15:28:12 +01:00
.gitattributes add script to create emails by hand from the commandline 2014-05-16 19:40:14 +00:00
.gitignore [fix] gitignore update 2015-05-07 17:54:52 +02:00
.gitmodules [enh] gitmodules 2014-03-21 11:01:50 +01:00
.scrutinizer.yml Encore scrutinizer 2014-03-21 15:33:54 +01:00
.svnignore adding svnignore where required to ignore .mo, debian files etc. thanks to this we can have an empty svn status properly now ;) 2012-10-17 09:41:40 +00:00
.travis.yml Compile aussi en php 5.5 sur travis 2014-06-24 14:11:51 +00:00
CODING_CONVENTION.php Little changes to test PHP analyser 2014-03-20 09:35:11 +00:00
COPYING AlternC Plugin are now part of AlternC svn repository\n Migration Phase 2 2006-04-26 12:28:53 +00:00
DEBIAN_COMPLIANCE Trie et rangement divers 2013-02-19 17:42:02 +00:00
Makefile [enh] Import of SSL debian files 2015-05-07 17:43:54 +02:00
README.md Update README.md 2016-02-03 14:04:49 +01:00
repos-to-tx.sh Updating language files from Transifex 2014-03-27 16:43:36 +01:00
svnup.sh document the script I made for tx/po management + svnup ;) 2012-08-21 17:16:07 +00:00
tx-to-repos.sh fixing transifex for GIT mode + unmerge for mailman 2014-03-27 17:01:39 +01:00

README.md

## AlternC: Hosting software suite

AlternC is a software suite helping system administrators in handling Web Services management. It should be easy to install, based only on OpenSource softwares.

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 softwares such as Apache, Postfix, Mailman (...). It also contains an API documentation so that users can easily customize their web desktop.

This project native tongue is French. However, the packages are available at least in French and English.

Documentation

alternc.com

Installation

For now, AlternC can be installed as a Debian package. This package depends on other softs used by AlternC. Just add those lines to your /etc/apt/sources.list file :

deb http://debian.alternc.org/ stable main

then

apt-get install mysql-server alternc alternc-ssl

You may download and install additionnal plugins after installing AlternC :

  • alternc-api
  • alternc-awstats
  • alternc-mailman
  • alternc-roundcube (webmail)

Let's go to the developper page for more information.

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 translation using that license.