mlflow Creating an MLFlow server in RONIN MLFlow is an open source platform for managing machine learning (ML) workflows. This blog post teaches you how to set up a MLFlow server in RONIN.
admin-collection How to configure a RONIN machine as a public webserver If you have configured a RONIN machine as a webserver and would like to open it up to the public internet, there are a few manual steps that need to be performed in the AWS console via a RONIN Administrator. This blog will run you through those key steps.
postgresql Creating a PostgreSQL Database in RONIN We previously blogged about installing MySQL on a RONIN machine. But databases are different, and another open source database that is popular among researchers is PostgreSQL. This blog post teaches you how to install and connect to a PostgreSQL database with RONIN.
software-collection Creating and managing your own Galaxy server in RONIN Galaxy is an open-source platform which allows users to use command-line tools via a graphical web interface. This blog post will teach you how to set up your own Galaxy server with RONIN.
server Creating a Custom BLAST Server with SequenceServer BLAST (Basic Local Alignment Search Tool) is a popular bioinformatics tool for finding regions of similarity between sequences. With RONIN and SequenceServer, you can set up your own custom BLAST server in just a few simple steps.
jupyter Accessing a Jupyter Notebook with RONIN First up let's fire up a new Ubuntu machine. If you need a reminder on how to do that click here. Note: Some pre-configured software packages, such as the Deep Learning packages, will already come with Jupyter Notebook installed. You can select one of these packages instead of
ssh SSH and Windows 10 Connecting to machines in Windows just got a whole lot easier. Here's how you do it when you can't use RONIN LINK
rstudio Creating and Connecting to RStudio with RONIN LINK In this video, we will show you how to get started with RStudio in RONIN, from creating a new machine with RStudio installed, to accessing it through your web browser via RONIN LINK
connect RONIN LINK - Our Handy Desktop App! We aim to minimise the complexity of cloud, not just those with IT degrees. Introducing our new SSH desktop app for Ubuntu - RONIN LINK!
ssh SSH Tunnelling with PuTTY Now that you've connected to your machine with PuTTY, you may be wondering how you might create a secure SSH tunnel to your application. No, you can't just use regular ssh commands for some reason (who knew?!)
ssh Accessing Your Server Application with SSH Port Forwarding Port forwarding via SSH (SSH tunneling) creates a secure connection between a local computer and a remote machine through which services can be relayed. Port forwarding with SSH to the rescue!