The information below is to introduce you to the features and commands that myceleum provides. For more details take a look at the myceleum Documentation.
myceleum uses Docker to run and configure workspaces. If you don’t already have Docker installed, please download it here.
Docker runs as a Daemon process, so if you see a myceleum Notification saying “Make sure Docker is running“, please check that the daemon is running.
Spores are pre-configured environments that are used as the building blocks for workspaces. They are the starting point of all myceleum workspaces. Simply select the environment you would like to test or work on.
Once a spore has been selected, you will be brought to the setup wizard where you will be able to (re)name the workspace and select the spore version. It is preferable to select the latest version for a new project, as these will include the latest versions of packages and security updates. However, you might select a different version if you need a specific configuration for a project.
The final step is to configure your workspace. There are a number of settings (listed below) that you can customize
[HOST: 3000 | CONTAINER: 2000]
would expose the internal port 2000 on the host machine at 3000 and can now be accessed on http://localhost:3000.mcl daemon run
for more details). The following commands “start” and “stop” are special since they are accessible in the floating control window that appears when the workspace is ran from the desktop.mcl attach
), you can also use mcl add <package>
.If you encounter any issues with the spores or have any questions you can contact us at support@myceleum.com