mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
update README
This commit is contained in:
parent
9e9a730b4b
commit
9ba2ada1c4
1 changed files with 21 additions and 13 deletions
34
README.md
34
README.md
|
@ -11,22 +11,30 @@ Modification par la Team Khaganat
|
||||||
## BUILD
|
## BUILD
|
||||||
(use docker)
|
(use docker)
|
||||||
|
|
||||||
### archi i686:
|
### Clone repo
|
||||||
|
git clone https://git.khaganat.net/aleajactaest/khanat-code.git
|
||||||
command:
|
git clone https://git.khaganat.net/khaganat/khanat-ressources.git
|
||||||
./dist/docker/builder/debian-8-i686/build.sh -j 4 -a '-DWITH_SYMBOLS=ON' -c -r
|
git clone https://git.khaganat.net/khaganat/khanat-data-client.git
|
||||||
|
|
||||||
result:
|
|
||||||
package : ./code/build_linux32/ryzomcore-*.tar.gz
|
|
||||||
log build : ./code/build_linux32/build.log
|
|
||||||
all file generated on build : ./code/build_linux32/
|
|
||||||
|
|
||||||
### archi x64_86:
|
### archi x64_86:
|
||||||
|
|
||||||
command :
|
command :
|
||||||
./dist/docker/builder/debian-8-amd64/build.sh -j 4 -a '-DWITH_SYMBOLS=ON' -c -r
|
./dist/docker/builder/debian/jessie/x86_64/build.sh -c -r -j 4 -a '-DWITH_SYMBOLS=ON' -m '-m 20g' -d
|
||||||
|
|
||||||
result:
|
result:
|
||||||
package : ./code/build_linux64/ryzomcore-*.tar.gz
|
package : ./code/build/builder_khanat_debian_jessie_x86_64/ryzomcore-*.tar.gz
|
||||||
log build : ./code/build_linux64/build.log
|
log build : ./code/build/builder_khanat_debian_jessie_x86_64/build.log
|
||||||
all file generated on build : ./code/build_linux64/
|
all file generated on build : ./code/build/builder_khanat_debian_jessie_x86_64/
|
||||||
|
|
||||||
|
|
||||||
|
## COMPIL SERVER and START
|
||||||
|
Compil server : (prepare server / initialize khanat / database / patch)
|
||||||
|
./dist/docker/server/debian/jessie/x86_64/server.sh -b -t -q -z -k -n
|
||||||
|
|
||||||
|
Start server :
|
||||||
|
# You need tape Enter when application ask to start server
|
||||||
|
./dist/docker/server/debian/jessie/x86_64/server.sh
|
||||||
|
|
||||||
|
Connect server with ssh (only if server is started)
|
||||||
|
./dist/docker/server/debian/jessie/x86_64/server.sh --ssh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue