Skip to content

A new version of SD Connect and SD Desktop will be available from Monday, September 28. The major upgrade will introduce significant improvements, but also includes changes that are not compatible with the current version of the service. Click here to review the available support materials.

Warning!

Puhti and Mahti computing services have been decommissioned and no new jobs are accepted or executed on its compute nodes. Puhti and Mahti login nodes and storage services are planned to remain available until 15 October 2026. Clean up unnecessary files and move any data you need to keep by 31 August 2026. See the Roihu data migration guide for instructions on transferring your data to Roihu.

Advanced level

This tutorial requires a good knowledge of OKD CLI tool oc as well as Linux environment

Learn cloud computing by developing and deploying a web application

This tutorial will teach you how to use CSC's Cloud services by developing a web application and deploying it on the cloud. The tutorial assumes basic knowledge of the Linux operating system, Git version control system, Julia language, and SQL databases. We recommend reading the Linux basics tutorial for understanding basic Linux command line usage.

You can find the web application from the csc-training/GenieWebApp.jl repository. You can start by cloning the GitHub repository.

git clone https://github.com/csc-training/GenieWebApp.jl.git

Then, you can continue by reading the GenieWebApp.jl's documentation, which contains in-depth instruction on developing and deploying the application using a web user interface and command-line interface to a virtual machine on Pouta with OpenStack and OKD container platform on Rahti. By following the instructions, you will learn the basic usage of both services.