Girish Ramakrishnan 9ef40b2dcf Rename volume server separately at port 3500
The top level volumeserver file now run the volume server at 3500.
All api calls /api/v1/volume/* are routed to this server by nginx.
2014-04-07 20:16:56 -07:00
2013-10-12 09:56:21 -07:00
2014-04-06 21:35:45 -07:00
2014-04-06 21:35:45 -07:00
2014-04-06 21:35:45 -07:00
2014-02-21 12:35:05 -08:00
2014-04-06 19:28:41 -07:00
2014-02-21 08:38:15 -08:00

YellowTent Server

Systemd

Yellowtent needs to be installed globally.

sudo npm install -g .

Copy the yellowtent.service file to /usr/lib/systemd/system and create a yellowtent user and group.

sudo cp yellowtent.service /usr/lib/systemd/system/
sudo useradd -mrU yellowtent
sudo systemctl start yellowtent

# or permanently enable it
sudo systemctl enable yellowtent
S
Description
Cloudron Box
Readme 47 MiB
Languages
JavaScript 72.6%
Vue 22.3%
Shell 3.1%
HTML 1.1%
EJS 0.7%
Other 0.2%