1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00
Files
pawkey-sk/docker/misskey.sh
Aya Morisawa acf938eb51
2016-12-31 13:06:52 +09:00

7 lines
105 B
Bash

#!/bin/sh
redis-server --daemonize yes
mongod > /dev/null &
cd /root/misskey
npm start
tail -f /dev/null