by GOC Blogger | Aug 23, 2021 | Blog, Technical
File Syncronization File Synchronization Between Several Application Servers in a Cluster As incoming traffic to your project grows, you need to improve your app performance to keep up with it. Some room of capacities for elastic extension is provisioned in confines...
by GOC Blogger | Jul 21, 2021 | Blog, Technical
GPUonCLOUD PaaS supports various ways of the applications automatic deployment, allowing to choose the most suitable option, which will suit your specific needs: Dashboard – corresponds to deployment via archive (provided either as local file or URL), detailed...
by GOC Blogger | Jul 20, 2021 | Blog, Technical
How to install Free SSL on Ubuntu Apache/Nginx using certbot? 1. Update repository for certbot installation# sudo add-apt-repository ppa:certbot/certbot 2. Install certbot package for Apache/Nginx# apt install python-certbot-apache //For Apache Webserver# apt...
by GOC Blogger | Jul 20, 2021 | Blog, Technical
Magento is an extremely popular open source e-commerce service powered by PHP. It provides a flexible modular architecture enhanced with agile ecosystem to continually adapt, customize and extend your platform. This allows Magento to be much more versatile than most...
by GOC Blogger | Jul 20, 2021 | Blog, Technical
How to create and enable website using Apache webserver Install apache using command#apt update#apt install apache2 Here apache service will be stopped and will be disabled on start-up. Hence we need to start the service and enable auto-start. #systemctl...
by GOC Blogger | Jul 15, 2021 | Blog, Technical
New to Dockers? Follow below links for quick start on how to Dockers? Get Started, Part 1: Orientation and setup https://docs.docker.com/get-started/part1 Get Started, Part 2: Containers https://docs.docker.com/get-started/part2 Get Started, Part 3: Services...