mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-22 19:47:22 +01:00
7 lines
105 B
Bash
7 lines
105 B
Bash
|
#!/bin/sh
|
||
|
redis-server --daemonize yes
|
||
|
mongod > /dev/null &
|
||
|
cd /root/misskey
|
||
|
npm start
|
||
|
tail -f /dev/null
|