How To Deploy a Flask Application on an Ubuntu VPS
Here’s our guide on deploying a flask app on an Ubuntu VPS.
Here’s our guide on deploying a flask app on an Ubuntu VPS.
NATS is an open source high performance messaging system, often described as “a central nervous system for the cloud”. In this tutorial you’ll configure gnats, the official NATS server and create a basic server overload warning system that sends out emails when server load gets too high, using `gnatsd` as its message broker.
ownCloud is an open-source file sharing server and collaboration platform that can store your personal content, like documents and pictures, in a centralized location. This allows you to take control of your content and security by not relying on third-party content hosting…
In this guide, you’ll set up a VNC server on an Ubuntu 18.04 server and connect to it securely through an SSH tunnel.
VNC or Virtual Network Computing is a platform-independent protocol that enables users to connect to a remote computer system and use its resources from a Graphical User Interface (GUI).
Manifold is an open-source web application that allows you to publish web-based editions of books and other text-based media so that users can freely read and annotate these texts. Especially suited for use with open access (OA) materials and open…
MediaWiki is a PHP wiki package, originally intended for use on Wikipedia, which allows anyone to create their own personal wiki site. This tutorial goes through how to set up MediaWiki on a Ubuntu 14.04 Droplet.
R is an open-source programming language that specializes in statistical computing and graphics. Supported by the R Foundation for Statistical Computing, it is widely used for developing statistical software and performing data analysis. An increasingly popular and extensible…
Cloudron is a platform that streamlines the installation and management of apps, like WordPress, Rocket.Chat, Nextcloud, GitLab, OpenVPN, and more, to your server. A key benefit of using Cloudron is that it performs end-to-end deployment of apps. In this tutorial, you’ll install Cloudron on your server then deploy a WordPress site, as an example, to experience how Cloudron performs complete deployment automation.
In the process of working with Node.js, you may find yourself developing a project that stores and queries data. This tutorial will show you how to integrate MongoDB with an existing Node application. This process will involve adding user and database information to your application code and using the Object Document Mapper Mongoose. At the end of the tutorial, you will have a working application that will take a user’s input and display it in the browser.