Installing a Virtual Universe
You can download Virtual Universe packages from the SIMPLE GitHub organization Follow the same download procedure as the web platform (Release or Direct Repository Download)
** Installing the Virtual Universe**
Once you have downloaded a Virtual Universe, extract it in the learning package folders defined in the .env file. For more information on the .env file, check out the dedicated.env page
info
by default, the learning package folder is simple.webplatform/learning-packages
Example structure:
simple.webplatform/
├── learning-packages/
│ ├── virtual-universe-1/
│ └── settings.json
│ ├── virtual-universe-2/
│ └── settings.json
│ └── ...
├── .env
├── package.json
└── ...