Update README.md
This commit is contained in:
parent
3c41fce50d
commit
750822ff9c
62
README.md
62
README.md
|
@ -1,53 +1,51 @@
|
||||||
AlternC: Hosting software suite
|
## AlternC: Hosting software suite
|
||||||
=================================================
|
|
||||||
|
|
||||||
Introduction
|
|
||||||
------------
|
|
||||||
|
|
||||||
AlternC is a software suite helping system administrators in handling
|
AlternC is a software suite helping system administrators in handling
|
||||||
Web Services management. It should be easy to install, based only on
|
Web Services management. It should be easy to install, based only on
|
||||||
OpenSource softwares. AlternC is GPL licensed.
|
OpenSource softwares.
|
||||||
|
|
||||||
This software consist of an automatic install and configuration system,
|
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 ...
|
||||||
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, 'Squeeze'
|
Technically, AlternC is based on Debian GNU/Linux distribution and it depends on other softwares such as Apache, Postfix,
|
||||||
version, 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.
|
||||||
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
|
This project native tongue is French. However, the packages are available at least in French and English.
|
||||||
available at least in French and English. They may also be available in
|
|
||||||
other languages (Some Spanish or German translation is in the pipe...)
|
|
||||||
depending on YOUR help on this part of the project.
|
|
||||||
Some part of the documentation are only available in french for now, but
|
|
||||||
will certainly be translated in a near future.
|
|
||||||
|
|
||||||
AlternC was initially developped by system administrators at Lautre.Net,
|
## Documentation
|
||||||
then other guys came and helped us, such as Globenet, Netaktiv,
|
|
||||||
Neuronnexion or Koumbit.
|
[alternc.com](https://alternc.com)
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
Install
|
|
||||||
------------
|
|
||||||
|
|
||||||
For now, AlternC can be installed as a Debian package. This package
|
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
|
depends on other softs used by AlternC. Just add those lines to your
|
||||||
/etc/apt/sources.list file :
|
/etc/apt/sources.list file :
|
||||||
|
|
||||||
deb http://debian.alternc.org/ stable main
|
```
|
||||||
|
deb http://debian.alternc.org/ stable main
|
||||||
|
```
|
||||||
|
|
||||||
then apt-get install mysql-server alternc
|
then
|
||||||
|
|
||||||
You may download and install additionnal plugins after installing AlternC.
|
```
|
||||||
Let's go to the developper page for more information.
|
apt-get install mysql-server alternc alternc-ssl
|
||||||
|
```
|
||||||
|
|
||||||
https://alternc.org/
|
You may download and install additionnal plugins after installing AlternC :
|
||||||
|
|
||||||
License
|
* alternc-api
|
||||||
------------
|
* alternc-awstats
|
||||||
|
* alternc-mailman
|
||||||
|
* alternc-roundcube (webmail)
|
||||||
|
|
||||||
AlternC is distributed under the GPL v2 or later license. See COPYING.
|
Let's go to the [developper page](http://alternc.com) 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
|
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
|
CC0 license. Don't participate to the translation if you don't agree to publish
|
||||||
|
|
Loading…
Reference in New Issue