https://github.com/friedrith/install-server
This repository lists everything needed to setup a server for a node web app.
https://github.com/friedrith/install-server
server
Last synced: 9 months ago
JSON representation
This repository lists everything needed to setup a server for a node web app.
- Host: GitHub
- URL: https://github.com/friedrith/install-server
- Owner: friedrith
- License: mit
- Created: 2017-01-06T17:33:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-05T20:13:35.000Z (about 7 years ago)
- Last Synced: 2025-06-03T23:50:53.280Z (about 1 year ago)
- Topics: server
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# install-server
Tutorial to setup servers considering that OS is already installed (which is often the case for VPS, dedicated server, etc).
## General
The setup is about installing dependencies for http, node.js apps and security improvements.
- [Unix setup](doc/unix.md)
- [MySQL setup](doc/mysql.md)
- [Node setup](doc/node.md)
- [Reverse proxy setup](doc/reverse-proxy.md)
- [Https setup](doc/https.md)
- [Docker setup](doc/docker.md)
## Docker & Cie
It also contains a proxy to manage several domains without installing nginx.