summaryrefslogtreecommitdiff
path: root/.tools/deploy.sh
blob: 82b8c2927b02fd8f24e931a0db0646a6677278c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#!/bin/bash

source ./.tools/init.sh

clientdata_init

aptget_update
aptget_install git-core zip gcc zlib1g-dev ca-certificates libxml2-utils python
rm -rf tools
gitclone https://git.themanaworld.org/evolved tools.git tools

cd clientdata
rm -rf public
mkdir public

cd ..

# FIXME
#rm -rf music
#gitclone https://git.themanaworld.org/evolved music.git music

cd tools/update

# FIXME
./createnew.sh
check_error $?
#./create_music.sh
#check_error $?

cp -r upload/* ../../clientdata/public
cd ../../clientdata
gitclone https://git.themanaworld.org/mana pagesindexgen.git pagesindexgen
cd pagesindexgen
./pagesindexgen.py ../public
check_error $?
ls ../public