From d9c9282f7950e47810b56695828fdebe1000a9d8 Mon Sep 17 00:00:00 2001 From: Vildravn Date: Wed, 22 Feb 2017 22:17:45 +0100 Subject: [PATCH] Installation is now on the wiki --- README.md | 46 +++------------------------------------------- 1 file changed, 3 insertions(+), 43 deletions(-) diff --git a/README.md b/README.md index 337b0dc7..423f5942 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file