mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-09 08:49:01 +00:00
update README
This commit is contained in:
parent
d69353bb9f
commit
5b84ea4e71
1 changed files with 24 additions and 11 deletions
35
README.md
35
README.md
|
@ -8,38 +8,51 @@ Ryzom Core is open source and released under the terms of the GNU Affero General
|
|||
|
||||
Modification par la Team Khaganat
|
||||
|
||||
## Clone repo
|
||||
|
||||
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-data-client.git
|
||||
|
||||
## BUILD
|
||||
(use docker)
|
||||
|
||||
### Clone repo
|
||||
<code>
|
||||
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-data-client.git
|
||||
</code>
|
||||
|
||||
### archi x64_86:
|
||||
|
||||
command :
|
||||
./dist/docker/builder/debian/jessie/x86_64/build.sh -c -r -j 4 -a '-DWITH_SYMBOLS=ON' -m '-m 20g' -d
|
||||
|
||||
./dist/docker/builder/debian/jessie/x86_64/build.sh -c -r -j 4 -a '-DWITH_SYMBOLS=ON' -m '-m 20g' -d
|
||||
|
||||
result:
|
||||
|
||||
package : ./code/build/builder_khanat_debian_jessie_x86_64/ryzomcore-*.tar.gz
|
||||
|
||||
log build : ./code/build/builder_khanat_debian_jessie_x86_64/build.log
|
||||
|
||||
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
|
||||
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
|
||||
./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
|
||||
./dist/docker/server/debian/jessie/x86_64/server.sh --ssh
|
||||
|
||||
|
|
Loading…
Reference in a new issue