by GOC Blogger | Sep 1, 2021 | Blog
Deploy Python Project via GIT/SVN You can host any public or your private Python project at GPUonCLOUD using the GIT or SVN version control system. It will be properly deployed to the GPUonCLOUD Cloud with all the required submodules and dependencies, exported from...
by GOC Blogger | Sep 1, 2021 | Blog
Python Application Connection to MySQL MySQL is a highly popular open source database, used by developers all over the world. In this instruction we’ll show you how to connect your Python application, hosted within GPUonCLOUD Cloud, to this DB server. In our example,...
by GOC Blogger | Sep 1, 2021 | Blog
Upload and Deploy Your Python Application With GPUonCLOUD you can easily upload and deploy any Python app via Archive or URL. The given below instruction shows the steps you should perform in order to get your Python application hosted with GPUonCLOUD PaI. 1.Upload...
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...