A subset of the previous post. Steps carried out -
- created a fresh user using adduser
- MySQL database was already running.
- created the subdomains for website and API
- created the appropriate virtual servers for the above.
- copied the uat files to prod
- created a service running on a port like 5000 or 5010 etc for the dot net api at /etc/systemd/system/ourapi.service
systemctl start ourapi
systemctl enable ourapi
(Once the team changes the files referred to by the api service , I will need to restart the service.)
- tested api and website url
No comments:
Post a Comment