Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
going-to-production
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zk
going-to-production
Commits
6c036fcd
Commit
6c036fcd
authored
Feb 19, 2015
by
Mr_Mig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed checklist to serverside-checklist
parent
544ae469
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
46 additions
and
2 deletions
+46
-2
README.md
README.md
+2
-2
serverside-checklist.md
serverside-checklist.md
+22
-0
serverside=checklist.md
serverside=checklist.md
+22
-0
No files found.
README.md
View file @
6c036fcd
...
@@ -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.md
0 → 100644
View file @
6c036fcd
# 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.md
0 → 100644
View file @
6c036fcd
# 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment