23 lines
494 B
Markdown
23 lines
494 B
Markdown
# Production and Staging servers
|
|
|
|
## Recommended Minimum System Requirements:
|
|
|
|
### 1. Production Server:
|
|
|
|
* Distribution: Ubuntu 16.04.X
|
|
* RAM: 32GB
|
|
* Processor: Quad core
|
|
* Hard Drive: 20 GB
|
|
* Database: Postgres
|
|
|
|
### 2. Staging Server:
|
|
|
|
* Distribution: Ubuntu 16.04.X
|
|
* RAM: 16GB
|
|
* Processor: Dual core
|
|
* Hard Drive: 20 GB
|
|
* Database: Postgres
|
|
|
|
If your city has a population of over 1.000.000, consider balancing your load using 2-3 production servers and a separate server for the database.
|
|
|