Various doc updates

This commit is contained in:
Bryan Ashby 2018-12-15 21:41:58 -07:00
parent cf6e3d3ba8
commit fd5b50fc08
3 changed files with 84 additions and 15 deletions

View file

@ -2,15 +2,17 @@
layout: page
title: Install Script
---
Under most Linux/UNIX like environments (Linux, BSD, OS X, ...) new users can simply execute the
`install.sh` script to get everything up and running. Cut + paste the following into your terminal:
## Install Script
Under most Linux/UNIX like environments (Linux, BSD, OS X, ...) new users can simply execute the `install.sh` script to get everything up and running. Cut + paste the following into your terminal:
```
curl -o- https://raw.githubusercontent.com/NuSkooler/enigma-bbs/0.0.9-alpha/misc/install.sh | bash
```
It is recommended you review the [installation script](https://raw.githubusercontent.com/NuSkooler/enigma-bbs/0.0.9-alpha/misc/install.sh)
You may review the [installation script](https://raw.githubusercontent.com/NuSkooler/enigma-bbs/0.0.9-alpha/misc/install.sh)
on GitHub before running it.
The script will install nvm, Node.js 6 and grab the latest ENiGMA BBS from GitHub. It will also guide you
through creating a basic configuration file, and recommend some packages to install.
The script will install nvm, Node.js 6 and grab the latest ENiGMA BBS from GitHub. It will also guide you through creating a basic configuration file, and recommend some packages to install.
After installing, see [Updating](/docs/admin/updating.md).