Install GitLab on CentOS really simple and you can find a lot of similar articles. But I wrote this article during installing and my comments may be helpful for you.
Tag: digitalocean
Serve landing page with Go Iris backend on CentOS
For one of my current project, I should serve landing page with Go Iris backend. So under more tage you can find a ready solution from me and deep explanation of how to prepare it for production.
Continue reading Serve landing page with Go Iris backend on CentOS
Install and setup PostgreSQL on CentOS
For one of my projects I need an instance with CentOS 7.5 and PostgreSQL 9.6 but I didn’t find any working instruction on how to install and setup PostgreSQL on CentOS. So I decided to wtite this article.