Skip to content

mariahaubner/phpwordApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

VM is currently set up with nix. To set up this VM run $ nixops create -d NAME phpserver.nix (set the NAME to your liking).

$ nixops deploy -d NAME --allow-reboot (at your first boot, --force-reboot might be required) will initalize the VM and start it.

Now you can call the index.php in your browser.

To stop the VM, run $ nixops stop -d NAME.

NixOps commands

$ nixops create -d NAME phpserver.nix


$ nixops list


$ nixops deploy -d NAME --allow-reboot
$ nixops ssh -d NAME phpserver
$ nixops stop -d NAME

$ nixops destroy -d NAME
$ nixops delete -d NAME

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published