UserVM Handbook/Windows: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
== Configuration ==
Now we need to fill out the config file for your VM. Copy config.example.toml to config.toml, and open it in an editor. It is well commented so each value should be self-explanatory. If you have questions, feel free to ask in our Discord server.
 
== Running your VM ==
Now that everything is set up, you can bring your VM online. To run the server right from your terminal, run the following command:
{{code|
yarn serve
}}
Or alternatively, to run it directly:
{{code|
node cvmts/dist/index.js
}}

Navigation menu