Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
Added installation instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcroox committed Jan 2, 2017
1 parent 7f07071 commit 3fb6f53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,20 @@

Website component for the [game server side addon](https://github.com/alexcroox/R3)

Being built along side the [addon component](https://github.com/alexcroox/R3) and [tile generation component](https://github.com/alexcroox/R3-Tile-Generator)
Being built along side the [addon component](https://github.com/alexcroox/R3)

### Demo

An exact mirror of this repo [can be viewed here](https://titanmods.xyz/r3/ark/)

### Install

Follow the step by step [instructions on the addon repo](https://github.com/alexcroox/R3)
_Note:_ R3 is in heavy development, it's not setup for easy updating or completely bug free, but it's in a workable enough state for a first preview release.

This repo is under heavy development and as such has no installation instructions
1. Follow the step by step [instructions on the addon repo](https://github.com/alexcroox/R3) and ensure you have mission event data in your database
2. Download the [latest release](https://github.com/alexcroox/R3-Web/releases/latest)
3. Rename `config.template.php` to `config.php`, pay close attention to `DB_*` and `WEB_PATH` configurations
4. Upload the files to your web server which matches the URL in `WEB_PATH` in `config.php`

### Adding new Terrains

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "r3-web",
"description": "R3 Web",
"version": "0.0.1",
"version": "0.5",
"author": "alexcroox",
"license": "MIT",
"main": "gulpfile.js",
Expand Down

0 comments on commit 3fb6f53

Please sign in to comment.