Froxlor/README.md

80 lines
2.5 KiB
Markdown
Raw Normal View History

2021-07-27 06:14:08 +00:00
[![Froxlor-CI](https://github.com/Froxlor/Froxlor/actions/workflows/build-mariadb.yml/badge.svg?branch=master)](https://github.com/Froxlor/Froxlor/actions/workflows/build-mariadb.yml)
[![Froxlor-CI](https://github.com/Froxlor/Froxlor/actions/workflows/build-mysql.yml/badge.svg?branch=master)](https://github.com/Froxlor/Froxlor/actions/workflows/build-mysql.yml)
2022-01-02 13:53:59 +00:00
[![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.froxlor.org)
2018-02-27 07:50:54 +00:00
2013-12-03 13:47:17 +00:00
# Froxlor
The server administration software for your needs.
Developed by experienced server administrators, this panel simplifies the effort of managing your hosting platform.
## Installation
### Fast install
1. Ensure that your webserver serves /var/www
2. Extract froxlor into /var/www
3. Point your browser to http://[ip-of-webserver]/froxlor
4. Follow the installer
5. Login as administrator
6. Adjust "System > Settings" according to your needs
7. Choose your distribution under "System > Configuration"
2013-12-03 13:47:17 +00:00
8. Follow the steps for your services
9. Have fun!
### Detailed installation
2017-04-03 18:31:50 +00:00
https://github.com/Froxlor/Froxlor/wiki/Install-froxlor-from-tarball
2013-12-03 13:47:17 +00:00
## Help
You may find help in the following places:
2022-01-02 13:35:36 +00:00
### Discord
2022-01-02 13:53:59 +00:00
The froxlor community discord server can be found here: https://discord.froxlor.org
2022-01-02 13:35:36 +00:00
2013-12-03 13:47:17 +00:00
### IRC
froxlor may be found on libera.chat, channel #froxlor:
irc://irc.libera.chat/froxlor
2013-12-03 13:47:17 +00:00
### Forum
The community is located on https://forum.froxlor.org/
2013-12-03 13:47:17 +00:00
### Wiki
More documentation may be found in the froxlor - wiki:
https://github.com/Froxlor/Froxlor/wiki
2013-12-03 13:47:17 +00:00
## License
May be found in COPYING
## Downloads
### Tarball
https://files.froxlor.org/releases/froxlor-latest.tar.gz [MD5](https://files.froxlor.org/releases/froxlor-latest.tar.gz.md5) [SHA1](https://files.froxlor.org/releases/froxlor-latest.tar.gz.sha1)
2013-12-03 13:47:17 +00:00
### Debian repository
[HowTo](https://github.com/Froxlor/Froxlor/wiki/Install-froxlor-on-debian)
2013-12-03 13:47:17 +00:00
2020-01-02 12:53:22 +00:00
```
apt-get -y install apt-transport-https lsb-release ca-certificates
wget -O - https://deb.froxlor.org/froxlor.gpg | apt-key add -
echo "deb https://deb.froxlor.org/debian $(lsb_release -sc) main" > /etc/apt/sources.list.d/froxlor.list
```
2013-12-03 13:47:17 +00:00
2020-01-02 12:53:22 +00:00
### Ubuntu repository
2013-12-03 13:47:17 +00:00
2020-01-02 12:53:22 +00:00
[HowTo](https://github.com/Froxlor/Froxlor/wiki/Install-froxlor-on-ubuntu)
2013-12-03 13:47:17 +00:00
2020-01-02 12:53:22 +00:00
```
apt-get -y install apt-transport-https lsb-release ca-certificates
wget -O - https://deb.froxlor.org/froxlor.gpg | apt-key add -
echo "deb https://deb.froxlor.org/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/froxlor.list
```
2017-04-13 14:38:17 +00:00
## Contributing
[see here](.github/CONTRIBUTING.md)