mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
10 lines
167 B
Bash
10 lines
167 B
Bash
#!/bin/bash
|
|
|
|
export ROOT_URL=http://rc.dev.weho.st:3000/
|
|
export MONGO_URL=mongodb://localhost:27017/rocketchat
|
|
export PORT=3000
|
|
|
|
cd /var/www/rocketchat
|
|
node main.js
|
|
|
|
|