AlternC/README.md

54 lines
2.9 KiB
Markdown
Raw Normal View History

![](https://alternc.com/logo.png)
## AlternC: Web and Email Hosting Software Suite
2016-02-03 13:04:49 +00:00
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.
2016-02-03 13:04:49 +00:00
## Installation
[To install AlternC, please follow our install documentation](https://alternc.com/Install-en)
[Pour installer AlternC, merci de suivre la documentation d'installation](https://alternc.com/Install-fr)
2016-02-03 13:04:49 +00:00
## Developper information
2016-02-03 13:04:49 +00:00
* This software is built around a Debian package for Squeeze whose packaging instructions are located in [debian/](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](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](wheezy/patch.sh) script then patch it for Jessie using [jessie/patch.sh](jessie/patch.sh) script. You'll be able to use dpkg-buildpackage to build the Jessie version.
2016-02-03 13:04:49 +00:00
* The web control panel pages written in PHP are located in [bureau/admin](bureau/admin) and the associated PHP classes doing the stuff are in [bureau/class](bureau/class).
2016-02-03 13:04:49 +00:00
2016-02-05 14:32:32 +00:00
## Nightly build
2016-02-05 14:32:32 +00:00
We have 3 nightly build repositories:
* jessie - [stable 3.3](http://stable-3-3.nightly.alternc.org/)
* wheezy - [stable 3.2](http://stable-3-2.nightly.alternc.org/)
* squeeze - [stable 3.1](http://stable-3-1.nightly.alternc.org/)
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 -
```
2016-02-03 13:04:49 +00:00
## License
2016-02-03 13:04:49 +00:00
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](https://creativecommons.org/publicdomain/zero/1.0/). Don't participate to the translation if you don't agree to publish your translations under that license.