0 installation and usage (windows)
Vildravn edited this page 3 years ago

« back Home

  1. (Optional) Install Chocolatey
    • Launch Command Line as Administrator
    • Run the following command: @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
  2. Install NodeJS
    • ‘With Chocolatey: choco install nodejs
    • Manually: Download latest version from nodejs.org
  3. Install Git
    • With Chocolatey: choco install git
    • Manually: Download latest version from git-scm.com
  4. Open a new Command Line window and run the following commands
  5. Get the code: git clone https://gitlab.com/Isleward/isleward.git
  6. Navigate to the server folder: cd isleward\src\server
  7. Install dependencies: npm install
  8. Run: node index.js
  9. Navigate http://localhost:4000/ in your browser