fix: Yes, jupyter, print everything, always.

pull/11/head
Raphaël Vinot 2018-11-07 15:58:19 +01:00
parent 7e673df59b
commit d66358c495
1 changed files with 1 additions and 1 deletions

View File

@ -785,7 +785,7 @@ gem install pygments.rb > /dev/null 2>&1
echo "--- Setting up jupyter notebook ---"
sudo pip3 install jupyter
echo $AUTH_KEY > $PATH_TO_MISP/PyMISP/docs/tutorial/apikey
sed -i -e '$i \sudo -u www-data HOME="/var/www/MISP/PyMISP/" /usr/local/bin/jupyter-notebook --port=8889 --ip=0.0.0.0 --no-browser --NotebookApp.token='' --NotebookApp.notebook_dir=/var/www/MISP/PyMISP/docs/tutorial/ > /tmp/jupyter_rc.local.log &\n' /etc/rc.local
sed -i -e '$i \sudo -u www-data HOME="/var/www/MISP/PyMISP/" /usr/local/bin/jupyter-notebook --port=8889 --ip=0.0.0.0 --no-browser --NotebookApp.token='' --NotebookApp.notebook_dir=/var/www/MISP/PyMISP/docs/tutorial/ --NotebookApp.iopub_data_rate_limit=0 > /tmp/jupyter_rc.local.log &\n' /etc/rc.local
echo "--- Ignoring filemode on all submodules ---"
cd $PATH_TO_MISP