srchub-install

srchub-install Commit Details


Date:2016-03-30 19:37:08 (9 years 1 month ago)
Author:Natalie Adams
Branch:master
Commit:6eea99726a9dfa8c3422e36f4bb8bb97fbc5e40b
Parents: 611338a9cacdccd39de3f4dc55f9d5628b754eaa
Message:Changing script to copy dist files instead of move Adding needed package to be installed for svn support

Changes:

File differences

srchub-install.py
196196
197197
198198
199
200
199
200
201201
202202
203203
......
213213
214214
215215
216
216
217
217218
218219
219220
        content_file.write(INDEFERO_SVN_APACHE)
def final_msg():
    call("mv /home/www/indefero/src/IDF/conf/path.php-dist /home/www/indefero/src/IDF/conf/path.php".split(" "))
    call("mv /home/www/indefero/src/IDF/conf/idf.php-dist /home/www/indefero/src/IDF/conf/idf.php".split(" "))
    call("cp /home/www/indefero/src/IDF/conf/path.php-dist /home/www/indefero/src/IDF/conf/path.php".split(" "))
    call("cp /home/www/indefero/src/IDF/conf/idf.php-dist /home/www/indefero/src/IDF/conf/idf.php".split(" "))
    d.msgbox(FINAL_MSG)
def install_package(package):
        d.gauge_start("Installing...")
        call(["apt-get", "upgrade"])
        packages = ["git", "mercurial", "subversion", "mariadb-client", "libapache2-mod-php5",
                        "php5-curl", "php5-mysql", "php5-cli", "git-daemon-run", "gitweb", "php-pear", "patch", "mariadb-server"]
                        "php5-curl", "php5-mysql", "php5-cli", "git-daemon-run", "gitweb", "php-pear", "patch", "mariadb-server",
                    "libapache2-mod-svn"]
        percent = 0
        i = 0.0
        for package in packages:

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.16340s using 14 queries.