An open API service indexing awesome lists of open source software.

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.

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.