diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2014-01-29 14:06:16 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2014-01-29 14:06:16 +0100 |
commit | a087c7bf10e9b6def3d4ca79e9bed526ce4382ea (patch) | |
tree | 1af493938aecd554c25f3fda8d3da33f1065e8c9 | |
parent | explicitly mark a string as safe HTML with |safe (diff) | |
download | newspipe-a087c7bf10e9b6def3d4ca79e9bed526ce4382ea.tar.gz newspipe-a087c7bf10e9b6def3d4ca79e9bed526ce4382ea.tar.bz2 newspipe-a087c7bf10e9b6def3d4ca79e9bed526ce4382ea.zip |
Fixed setup script.
-rwxr-xr-x | install.sh | 4 | ||||
-rw-r--r-- | requirements.txt | 1 |
2 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Installation of MongoDB sudo apt-get install -y mongodb-server @@ -14,4 +14,4 @@ deactivate # Configuration cp conf/conf.cfg-sample conf/conf.cfg -python initialization.py pyaggr3g470r firstname lastname firstname.lastname@gmail.com secret +python pyaggr3g470r/initialization.py pyaggr3g470r firstname lastname firstname.lastname@gmail.com secret diff --git a/requirements.txt b/requirements.txt index e19d044d..622dcb52 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ feedparser +requests whoosh BeautifulSoup mongoengine |