mirror of
https://github.com/mclueppers/xo-server.git
synced 2025-07-28 08:24:28 +02:00
Installation procedure update.
This commit is contained in:
parent
65614921b5
commit
bc2806bd05
11
README.md
11
README.md
@ -15,13 +15,12 @@ __XO is currently under development and may be subject to important bugs.__
|
|||||||
|
|
||||||
_There is currently no package available for XO-Server, you must therefore use the following procedure._
|
_There is currently no package available for XO-Server, you must therefore use the following procedure._
|
||||||
|
|
||||||
First of all, you have to download the code, you may either use git `git clone git://github.com/vatesfr/xo-server` or download a [Zip archive](https://github.com/vatesfr/xo-server/archive/master.zip).
|
1. Download the code, you may either use git `git clone git://github.com/vatesfr/xo-server` or download a [Zip archive](https://github.com/vatesfr/xo-server/archive/master.zip).
|
||||||
|
2. XO-Web uses [Composer](https://getcomposer.org) for its dependency management, so, once you have [installed it](https://getcomposer.org/download/), juste run `php composer.phar install`.
|
||||||
|
3. Copy `src/config/local.php.dist` to `src/config/local.php` and complete the configuration.
|
||||||
|
4. Finally, run `./src/xo-server`.
|
||||||
|
|
||||||
XO-Server uses [Composer](https://getcomposer.org) for its dependency management, so all you have to do is `php composer.phar install`.
|
The first time you start XO-Server an `admin` user with the `admin` password is created.
|
||||||
|
|
||||||
Finally, copy `src/config/local.php.dist` to `src/config/local.php` and complete the configuration.
|
|
||||||
|
|
||||||
You are now all set, you may run `./src/xo-server`.
|
|
||||||
|
|
||||||
## How to report a bug?
|
## How to report a bug?
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
*/
|
*/
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
// For now, XCP servers/pools must be defined in this file.
|
// For now, XCP servers/pool masters must be defined in this file.
|
||||||
'xcp' => array(
|
'xcp' => array(
|
||||||
'pool 1' => array(
|
'pool 1' => array(
|
||||||
'url' => 'https://xcp1.example.net',
|
'url' => 'https://xcp1.example.net',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user