You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
packages | 4 years ago | |
vm | 4 years ago | |
README.md | 4 years ago | |
demo.nix | 4 years ago |
README.md
Easiest way to run a Serveradmin instance.
This demo deploys serveradmin as a VirtualBox instance, refer to NixOps documentation for more deployment options (AWS, Azure, DigitalOcean etc.)
Installation
- Install NixOps if you don't have it
- Checkout this repo and navigate into
- Run
nixops create demo.nix
, this will create the definition under nixops - Deploy the server via
nixops deploy
- After it's done, you need to SSH into the machine via
nixops ssh serveradmin
and runinitialize_serveradmin
once - It's ready! Check the machine IP via
nixops info
and visit via your browser
Default username & password is test
.