aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/install.sh b/install.sh
new file mode 100755
index 0000000..4793895
--- /dev/null
+++ b/install.sh
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+git clone https://github.com/asciimoo/searx.git
+cd searx
+git checkout v0.13.1
+cd ..
+ln -s ../../../src/devryzom.py searx/searx/engines/devryzom.py
+ln -s ../../../src/khaganatWikhan.py searx/searx/engines/khaganatWikhan.py
+ln -s ../../../src/khaganatForum.py searx/searx/engines/khaganatForum.py
+ln -s ../../../src/forgeryzom.py searx/searx/engines/forgeryzom.py
+ln -s ../../../src/ryzomcoreConfluence.py searx/searx/engines/ryzomcoreConfluence.py
+ln -s ../../../src/RyzomForum.py searx/searx/engines/RyzomForum.py
+cp src/settings.yml searx/searx/settings.yml
+virtualenv venv -p python2.7
+source venv/bin/activate
+./searx/manage.sh update_packages
+