mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-22 14:56:13 +00:00
update README
This commit is contained in:
parent
8fed8bd1cf
commit
d69353bb9f
1 changed files with 5 additions and 0 deletions
|
@ -12,9 +12,11 @@ Modification par la Team Khaganat
|
||||||
(use docker)
|
(use docker)
|
||||||
|
|
||||||
### Clone repo
|
### Clone repo
|
||||||
|
<code>
|
||||||
git clone https://git.khaganat.net/aleajactaest/khanat-code.git
|
git clone https://git.khaganat.net/aleajactaest/khanat-code.git
|
||||||
git clone https://git.khaganat.net/khaganat/khanat-ressources.git
|
git clone https://git.khaganat.net/khaganat/khanat-ressources.git
|
||||||
git clone https://git.khaganat.net/khaganat/khanat-data-client.git
|
git clone https://git.khaganat.net/khaganat/khanat-data-client.git
|
||||||
|
</code>
|
||||||
|
|
||||||
### archi x64_86:
|
### archi x64_86:
|
||||||
|
|
||||||
|
@ -29,12 +31,15 @@ result:
|
||||||
|
|
||||||
## COMPIL SERVER and START
|
## COMPIL SERVER and START
|
||||||
Compil server : (prepare server / initialize khanat / database / patch)
|
Compil server : (prepare server / initialize khanat / database / patch)
|
||||||
|
|
||||||
./dist/docker/server/debian/jessie/x86_64/server.sh -b -t -q -z -k -n
|
./dist/docker/server/debian/jessie/x86_64/server.sh -b -t -q -z -k -n
|
||||||
|
|
||||||
Start server :
|
Start server :
|
||||||
(You need tape Enter when application ask to start server)
|
(You need tape Enter when application ask to start server)
|
||||||
|
|
||||||
./dist/docker/server/debian/jessie/x86_64/server.sh
|
./dist/docker/server/debian/jessie/x86_64/server.sh
|
||||||
|
|
||||||
Connect server with ssh (only if server is started)
|
Connect server with ssh (only if server is started)
|
||||||
|
|
||||||
./dist/docker/server/debian/jessie/x86_64/server.sh --ssh
|
./dist/docker/server/debian/jessie/x86_64/server.sh --ssh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue