summaryrefslogblamecommitdiff
path: root/.tools/deploy.sh
blob: cce9f99ee9d42614a9b984aff095ceaafc10b5c9 (plain) (tree)
1
2
3
4
5
6
7
8
9

           
                       




                                                                               
            
                                                     







             
                                                     



               
              
                 
              


                                      
                                                                                  

                            
              
            
#!/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://gitlab.com/evol evol-tools.git tools

cd clientdata
rm -rf public
mkdir public

cd ..

rm -rf music
gitclone https://gitlab.com/evol evol-music.git music

cd tools/update

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

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