What do I need to do to start running/developing code?
- Pull the cds-app repo
- All code is tested/developed on the live server, so there is no local environment
How to work on tickets?
- Create branch off of main
- Work on ticket
- Note
- As you are working on a ticket, the way you “test” your code is to deploy it on the server
- You use an FTP client (like FileZilla) to copy the local files onto the appropriate location on the production server
- (e.g. if you are working on alco/app.pl, then C:/CDS/cities/alco/app.pl is the one you have to replace)
- Create PR
- Someone merges PR
See Github SOP here.
How to QA builds?
- No formal QA process
- We are testing on production itself, the engineer “QA”s it there
- Engineer might ask someone from the Business team to also review it on production as well before Customer is informed of fix
What is the purpose of each cloud asset?
- There is no “deployment” process because the code is “deployed” during development itself
Comments
0 comments
Please sign in to leave a comment.