https://docs.spacestation14.io/getting-started/dev-setup
- [email protected]
- python@>=3.5
py .\RUN_THIS.py which installs all submodules and builds the client/server binaries via dotnet
https://docs.spacestation14.io/getting-started/dev-setup
py .\RUN_THIS.py which installs all submodules and builds the client/server binaries via dotnet
# root@archiso
fdisk -l # List disk drives
mount /dev/XXXXX /mnt # Mount Linux root
mount /dev/XXXXX /mnt/efi # Mount Windows EFI Boot
mount /dev/XXXXX /mnt/efi # Mount XBOOTLDR (Linux extended boot)
swapon /dev/XXXX # Mount swap drives if any| alias cp='cp -iv' # Preferred 'cp' implementation | |
| alias mv='mv -iv' # Preferred 'mv' implementation | |
| alias mkdir='mkdir -pv' # Preferred 'mkdir' implementation | |
| alias ll='ls -FGlAhps' # Preferred 'ls' implementation. Refer to http://linuxcommand.org/man_pages/ls1.html to configure further. | |
| # cd() { builtin cd "$@"; ll; } # Always list directory contents upon 'cd' | |
| # Make Bash autocomplete | |
| if [ -f ~/.git-completion.bash ]; then | |
| . ~/.git-completion.bash | |
| fi |
Set-Variable -Name "ChocolateyInstall" -Value (Read-Host -Prompt "Install location")
New-Item $ChocolateyInstall -Type Directory -Force
[Environment]::SetEnvironmentVariable("ChocolateyInstall", $ChocolateyInstall, "User")
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))| const tokens = | |
| canvas && canvas.tokens && canvas.tokens.controlled | |
| ? canvas.tokens.controlled | |
| : []; | |
| if (!tokens[0] || !tokens[0].actor) { | |
| ui.notifications.info("Select a token on the map first."); | |
| return; | |
| } |
sudo apt install unzipstart.sh script# Start running the server (sudo needed to use 443 and 80)
cd foundryvtt && sudo nohup node resources/app/main.js --dataPath=$HOME/foundrydata &