|
<< Click to Display Table of Contents >> Navigation: Telegram > 2023 > 06 > 26 > Telegram_2023-06-26T15 |
2023-06-26T15:11:20
In general, that's what you do:
- register a domain (e.g. type: link yourcompany.com )
- find a server (rent a VPS, host or have your own server connected to the internet with a static ip address - I don't recommend this one for starters)
- install and configure your application on the chosen server.
- point the DNS to the server public IP (i.e. your server that has the IP address type: link 123.123.123.123 will start responding for requests addressed to type: link yourcompany.com )
- Optionally get a SSL certificate and install it on your server
that's basically it.