mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
large refactor, fixes #2
This commit is contained in:
20
.docker/test
20
.docker/test
@ -2,6 +2,16 @@
|
||||
|
||||
# usefull debugging tools pavucontrol htop x11vnc
|
||||
|
||||
# if [ ! -f ../server/bin/neko ]; then
|
||||
# echo "build server before testing"
|
||||
# exit 1
|
||||
# fi
|
||||
|
||||
# if [ ! -d ../client/dist/ ]; then
|
||||
# echo "build client before testing"
|
||||
# exit 1
|
||||
# fi
|
||||
|
||||
sudo mkdir -p /var/run/dbus /etc/neko
|
||||
sudo /etc/init.d/dbus start
|
||||
|
||||
@ -19,16 +29,6 @@ if [ ! -f /usr/lib/firefox-esr/distribution/extensions/uBlock0@raymondhill.net.x
|
||||
sudo curl -o /usr/lib/firefox-esr/distribution/extensions/uBlock0@raymondhill.net.xpi https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/addon-607454-latest.xpi
|
||||
fi
|
||||
|
||||
if [ ! -f ../server/bin/neko ]; then
|
||||
echo "build server before testing"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ ! -d ../client/dist/ ]; then
|
||||
echo "build client before testing"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
sudo cp ../server/bin/neko /usr/bin/neko
|
||||
sudo cp -R ../client/dist /var/www/
|
||||
|
||||
|
Reference in New Issue
Block a user