Commit 6c036fcd authored by Mr_Mig's avatar Mr_Mig

Renamed checklist to serverside-checklist

parent 544ae469
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
Are you wondering "What should I do before moving my project to production?". Are you wondering "What should I do before moving my project to production?".
Here is a list of things you want to address before hitting the road. Here is a list of things you want to address before hitting the road.
[Checklist](checklist.md) * [Serverside Checklist](serverside-checklist.md)
[Useful Source](sources.md) * [Useful Sources](sources.md)
# Serverside checklist
This is a checklist for serverside of the Web App.
## Load balancing
[ ] My project can run on multiple CPUs
[ ] My project can run behind the load balancer
[ ] I can add a new node
## Transparent deployment
[ ] I can add a new node without stopping the application
[ ] I can add a new node without user sessions being lost/destroyed
[ ] I can make a rolling upgrades for my service
## Supervising
[ ] My application can survive a server restart
[ ] My application is restarted automatically after the crash
[ ]
\ No newline at end of file
# Serverside checklist
This is a checklist for serverside of the Web App.
## Load balancing
[ ] My project can run on multiple CPUs
[ ] My project can run behind the load balancer
[ ] I can add a new node
## Transparent deployment
[ ] I can add a new node without stopping the application
[ ] I can add a new node without user sessions being lost/destroyed
[ ] I can make a rolling upgrades for my service
## Supervising
[ ] My application can survive a server restart
[ ] My application is restarted automatically after the crash
[ ]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment