Browse Source

Installation is now on the wiki

tags/v0.1.9^2
Vildravn 7 years ago
parent
commit
d9c9282f79
1 changed files with 3 additions and 43 deletions
  1. +3
    -43
      README.md

+ 3
- 43
README.md View File

@@ -5,48 +5,8 @@ A multiplayer, moddable, extensible roguelike built with NodeJS, JS, HTML and CS
[Test Server](http://play.isleward.com/) | [Discord](https://discord.gg/gnsn7ZP) | [Subreddit](https://www.reddit.com/r/isleward) | [Blog](http://blog.isleward.com/) | [Wiki](http://isleward.gamepedia.com/) | [Twitter](https://twitter.com/bigbadwofl) | [Patreon](http://patreon.com/bigbadwaffle)

### Installation and Usage
#### Windows
1. (Optional) Install [Chocolatey](https://chocolatey.org/install)
* 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"`
1. Install NodeJS
* 'With Chocolatey: `choco install nodejs`
* Manually: Download latest version from [nodejs.org](https://nodejs.org/en/download/)
1. Install Git
* With Chocolatey: `choco install git`
* Manually: Download latest version from [git-scm.com](https://git-scm.com/download/win)
1. Open a new Command Line window and run the following commands
1. Get the code: `git clone https://gitlab.com/Isleward/isleward.git`
1. Navigate to the server folder: `cd isleward/src/server`
1. Install dependencies: `npm install`
1. Run: `node --expose-gc index.js`
1. Navigate `http://localhost:4000/` in your browser

#### Linux
1. Download Git, NodeJS and npm through your package manager
* Ubuntu & Debian: `sudo apt-get install git nodejs npm`
* ArchLinux: `sudo pacman -S git nodejs npm`
* CentOS: `yum install git nodejs npm`
1. Open a new Terminal window and run the following commands
1. Get the code: `git clone https://gitlab.com/Isleward/isleward.git`
1. Navigate to the server folder: `cd isleward/src/server`
1. Install dependencies: `npm install`
1. Run: `node --expose-gc index.js`
1. Navigate `http://localhost:4000/` in your browser

#### MacOS
1. (Optional) Install [Homebrew](https://brew.sh/))
1. Install NodeJS
* With Homebrew: `brew install node`
* Manually: Download latest version from [nodejs.org](https://nodejs.org/en/download/)
1. Install Git
* With Homebrew: `brew install git`
* Manually: Download latest version from [git-scm.com](https://git-scm.com/download/win)
1. Open a new Terminal window and run the following commands
1. Get the code: `git clone https://gitlab.com/Isleward/isleward.git`
1. Navigate to the server folder: `cd isleward/src/server`
1. Install dependencies: `npm install`
1. Run: `node --expose-gc index.js`
1. Navigate `http://localhost:4000/` in your browser
* [Windows](https://gitlab.com/Isleward/isleward/wikis/installation-and-usage-(windows))
* [Linux](https://gitlab.com/Isleward/isleward/wikis/installation-and-usage-(linux))
* [MacOS](https://gitlab.com/Isleward/isleward/wikis/installation-and-usage-(macos))

![Ingame Screenshots](http://i.imgur.com/p4ktJ5O.png)

Loading…
Cancel
Save