srchub-install

srchub-install Commit Details


Date:2015-10-31 22:10:50 (9 years 1 month ago)
Author:Natalie Adams
Branch:master
Commit:df80ca1adb3038e90fc79b4b46f9a5d9130ec59e
Parents: 6fc8dcb79b56d2dde048cea7e75f48b197c48e81
Message:updating installer

Changes:

File differences

install.sh
11
22
33
4
4
55
66
#!/bin/bash
apt-get update
apt-get install -y --assume-yes python-pip wget dialog
apt-get install -y --assume-yes python-pip wget dialog vim
pip install python2-pythondialog
wget -qO- "https://srchub.org/p/srchub-install/source/file/master/srchub-install.py" | python
srchub-install.py
215215
216216
217217
218
219
218220
219221
220222
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(" "))
d.msgbox(FINAL_MSG)
def install_package(package):

Archive Download the corresponding diff file

Branches

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