Prerequisites: Docker must be installed and running on your system.
After installation, run the following commands:
versola doctor # Checks prerequisites (Docker, etc.)
versola bootstrap local <version> # Badge in website header
Once running, the admin console will open automatically. Follow these steps:
- Enter login and password:
- Username:
admin - Password:
Admin1234!
- Username:
- Enter OTP code:
- Code:
123456
- Code:
- Set a new password when prompted
To stop or remove Versola:
versola down # Stop the stack
versola uninstall # Remove everything: stack, images, local state
Apple Silicon Note: Docker images are currently built for AMD64 architecture only. Before running
versola bootstrap, configure Docker to use AMD64 emulation:export DOCKER_DEFAULT_PLATFORM=linux/amd64Add this line to your shell profile (
~/.zshrcor~/.bashrc) to make it permanent. Performance will be slightly reduced due to Rosetta 2 translation, but functionality remains unaffected. Native ARM64 support is planned for a future release.