Server Setup Ticket Format
Hello @all [ ALL TL / PM ]
I'm giving a template for server setup. I'd like to propose that all
team-leaders and project-managers create all set-up tickets themselves.

NOTE
- Please double-check all project-related details in the README.md file before submitting the ticket.
Naming conversion like
-> master / production [ live ] (small characters only)
-> stage [ staging ] only (small characters only)
-> development [ development ] only (small characters only)
-> The code / project must execute without errors in the local environment.

Ticket format
Project Name:
PM Name:
TL Name:
Automation Required (Yes/No):
Automation Branch Name: production / development / staging
Project Lead developer (Should know all the details and components of the project):
Developer Name: (Mention all the developer names which are involved in Project):
Technology Involved
Back-end with version:
Front-end with version:
Database:
Git-lab / Git-hub link (All link like CMS, Back-end, Front-end) :
Back-end:
Front-end:
.env file handle using: [ Direct gitlab / private bucket of S3 / git CI - CD variable ]
AWS Credentials or others:
URL:
Username:
Password:
Service need to setup :
Amazon S3: [ type - public / private / both ]
Amazon SES: [ For live SES setup also give use case for limit increase ]
Amazon Database: [ MySQL / MongoDB / PostgreSQL . . . ] ( Give version of database if possible )
Domain details:
Cred of login: [ might be godaddy | aws | bigrock . . . ]
Region:
The client want to run application / website in country of [ target user ]
SSL:
client have SSL already [ share in PFA ] or set free version for 3
month ( need mail account of client for notification while expire )
Related Articles
FTP Server on Wndows
Server Side - Install Filezilla Server : https://filezilla-project.org/download.php?type=server - Edit -> Settings -> Passive Settings -> Port range 50000-51000 / Add Public IP Address - Open ports 21,990,50000-51000 Client Side - Install Winscp ...
Server Deployment
Click here for Server Deployment
SLA Agreement
Please find the SLA for different tasks involved : LAMP - 3 hours LAMP + Node + Angular - 4 hours LAMP with AWS Server Setup - 8 Hours Domain pointing - 24 hours Domain transfer from one domain provider to another - 1 Week SSL purchase - 1 day SSL ...
What & How : CI/CD
CI/CD stands for Continuous integration and continuous delivery. It is a practice of automating all the manual process and reaching the finished line with the minimum of friction. We have used some tools to automate the process of building the code ...
PostgreSQL basic commnad
How to connect AWS-RDS of PostgreSQL using terminal or CMD & basic of PostgreSQL - syntax format psql -h HOSTNAME --port=5432 -U USERNAME DATABASENAME -W -h = host or RDS Endpoint -p 5432 pre define port for postgresql -u user name for database ...