image: Install Monkey (web server)

This commit is contained in:
Artem Smirnov
2018-10-01 18:56:13 +03:00
parent 2ae1c1dfaa
commit affd349ee9
4 changed files with 79 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ python-wstool=0.1.17-1 \
python-rosinstall=0.7.8-1 \
build-essential=12.3 \
libffi-dev \
monkey=1.6.9-1 \
> /dev/null \
&& echo_stamp "Everything was installed!" "SUCCESS" \
|| (echo_stamp "Some packages wasn't installed!" "ERROR"; exit 1)
@@ -94,6 +95,9 @@ ln -s /root/butterfly.service /lib/systemd/system/
ln -s /root/butterfly.socket /lib/systemd/system/
systemctl enable butterfly.socket
echo_stamp "Setup Monkey"
ln -s /root/monkey-clever /etc/monkey/sites/clever
echo_stamp "Add .vimrc"
cat << EOF > /home/pi/.vimrc
set mouse-=a