zgulde / cods

COdeup Deployment Scripts
MIT License
52 stars 28 forks source link

Setup Scripts

For setup and management of a single remote server and virtual hosting with nginx, which serves mostly as a reverse proxy to application servers that (optionally) talk to a mysql database.

Who this is for

If you want to quickly deploy your application on the same server that hosts your database and not worry about the infastructure details that entails, this project can help you out.

Primarily, these scripts are intended to be used by Codeup students going through the Java program. You might also find this project useful if you have a Java, Python, PHP, or Node web application you want to deploy quickly, or if you want to host several hobby projects on the same server.

This project is probably not for you if:

Documentation