Skip to content

🔫 "Do you feel lucky, punk? ↗"

🗃 Tutorials

Summary
This website contains instructions from CSC's Cloud Solutions Team on how to use CSC's cloud services. Below is a clickable flowchart to help you become a first time user. For further assistance, please use the search facility at the top right of the page or the menu on the left.
Internet
https://cssedu.csc.fi/
flowchart TD
    A(<a href='mycsc/first-log-in-using-haka'>Log in to MyCSC</a>) --> B{An<br>existing CSC<br>account}
    B --> |No| C(<a href='mycsc/'>Create a CSC account</a>)
    B --> |Yes| D(<a href='mycsc/project/'>Create a project</a>)
    C --> D
    D --> E{Other<br>project<br>members}
    E --> |Yes| F(<a href='mycsc/create-invitation/'>Invite project members</a>)
    E --> |No| G(<a href='mycsc/service/'>Select services</a>)
    F --> G
    G --> services
    subgraph services [Services]
      H(<a href='allas/'>Allas</a>)
      I(<a href='cpouta/'>cPouta</a>)
      J(<a href='hpc/'>Puhti</a>)
      K(<a href='pukki/'>Pukki</a>)
      L(<a href='rahti/'>Rahti</a>)
    end
    services --> M(Use services)

Description

The articles on this site are written in Markdown and the site is generated with mkdocs. A customised material theme is used.

Pages are hosted on the Rahti service and images and screenshots are hosted on the Allas service.

Articles are divided into two categories: Feature 🗃 Info and ⚡ Tutorial.

Tip

Here you can find all info and tutorial articles sorted by tags.

Feature info attempts to describe the feature and provide links to other sites for more information. Link to the main page of the feature is also listed.

Info

All features are listed here.

Tutorials are less about describing features and more about using them step by step.

Tutorial

All tutorials are listed here.

All articles are designed to stand alone, although there naturally are links to other features or tutorials.