Node.js Production Server and Ubuntu Users
Posted
by
baffonero
on Server Fault
See other posts from Server Fault
or by baffonero
Published on 2012-09-06T10:48:11Z
Indexed on
2012/09/25
21:39 UTC
Read the original article
Hit count: 218
I'm setting up a production server on Ubuntu 10.04 using this technology stack:
- Nodejs
- Nginx to serve static contents
- Mongo
- Redis
- Upstart for running applications as services
- Monit for monitoring node application and nginx server
The server will host only 5 applications of this type. Nothing else.
How would you setup Ubuntu Users? It's a good idea to create a User per Application? Would you install software (node, mongo...) as root or as user(s)?
Thanks in advance
© Server Fault or respective owner