UNPKG

563 BMarkdownView Raw
1# @vtt-kit/droplet
2
3This tool allows easing the FoundryVTT launch on a virtual server.
4
5## Launch on Ubuntu
6
7```bash
8apt-get install make unzip
9git clone <%REPO_LINK%> droplet
10make -C droplet setup foundry
11
12. ~/.nvm/nvm.sh
13# You have to make `nvm` visible for the current sheel via ^ launch or by shell' relaunch.
14make -C droplet launch
15```
16
17To run already installed VTT use just `launch`, e.g. `make -C droplet launch`.
18
19## Customize directory
20
21Tool will use `/root` dir by default. Use `CDIR` variable to change this, e.g. `CDIR=$(pwd) make ..`
22
23## License
24MIT