Space management
Learn how to create, configure, and manage your spaces in Nuvolos.
Create a new space
Only organisation managers and faculty members can create Spaces.
Navigate to the dashboard view by clicking the home icon in the breadcrumbs at the top of the screen.
Decide which type of Space to create - course, research project, or dataset.
Click NEW COURSE / NEW RESEARCH PROJECT / NEW DATASET button at the bottom of the Dashboard.
Fill in the details:
Provide a name and description for your space,
Select the space type (Private is the default option),
(Optional) Initialize the space from GitHub or another space,
(Optional) Add a
README.mdfile,Click ADD SPACE to confirm.
Optionally, choose to create an Application in the Master Instance immediately. Click SKIP THIS STEP to do this later, or browse the catalogue and click + INSTALL to add one now.
When finished, you land on a page where you can add files, open the new Application, or invite users.
Clone a GitHub repository
You can initialise a new Space by cloning a repository from GitHub. Both public and private repositories are supported.
Using SSH URLs? If you want to use SSH URLs (git@...), you'll need to set up SSH access from Nuvolos to GitHub first - even for public repositories. Follow our SSH setup guide to get started.
HTTPS vs. SSH: You can use an HTTPS URL if you only need to pull from a public repository. However, if you plan to push commits to the remote, we recommend SSH URLs (HTTPS will repeatedly ask for your username and password).
To clone a repository during Space creation:
Toggle Create space based on a template to reveal additional options.
Select Clone a GitHub repository and paste the repository URL.
Click Add Space to create the space. Initialisation runs in the background - depending on the repository size, it may take a few minutes to complete. Track its progress in User notifications → Tasks.
Once cloning finishes, the repository appears in the root directory of every Application in the space.
Delete a space
Only space administrators can delete a Space. This action permanently removes all content, including every Instance and its data.
Warning
This operation may affect many users. It cannot be undone. Confirm with collaborators before proceeding.
To delete a space:
Open the space from the toolbar breadcrumbs or dashboard.
From the left sidebar, hover over the settings icon and select Delete Space.
Read the warning message carefully, tick I understand, then click DELETE SPACE.
Where to go next
If you have just created a Space and want to add Instances within it, see Administration › Instance management.
To track how a Space consumes NCUs, storage, and Credits, see Administration › Resource monitoring.
If you want to understand the model behind Spaces, Instances, and the resource pools that bill them, see Concepts › The hierarchy and resource model.
Last updated
Was this helpful?