CollabVM Server 1.x (TypeScript): Difference between revisions

no edit summary
(This is supposed to be a professional wiki you dumbfuck)
No edit summary
 
== Building and running ==
* Install node.js and NPM, if you don't have them.
On Debian derivatives (Ubuntu): <code>sudo apt install npm nodejs</code>
On Arch derivatives: <code>sudo pacman -S npm nodejs</code>
* Clone the repository with git: <code>git clone https://github.com/computernewb/collabvm-1.2.ts</code>
* Enter the directory with this command: <code>cd collabvm-1.2.ts</code>
* Rename the config.example.toml file to config.toml, and edit it to match your VM. Should be pretty easy, because it is well commented.
* Install dependencies: <code>npm install</code>
* Build: <code>npm run build</code>
* Finally, run: <code>npm run serve</code>