2018-01-31 23:35:54 +00:00
|
|
|
---
|
|
|
|
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:
|
|
|
|
|
|
|
|
```
|
2018-12-11 05:29:28 +00:00
|
|
|
curl -o- https://raw.githubusercontent.com/NuSkooler/enigma-bbs/0.0.9-alpha/misc/install.sh | bash
|
2018-01-31 23:35:54 +00:00
|
|
|
```
|
|
|
|
|
2018-12-11 05:29:28 +00:00
|
|
|
It is recommended you review the [installation script](https://raw.githubusercontent.com/NuSkooler/enigma-bbs/0.0.9-alpha/misc/install.sh)
|
2018-01-31 23:35:54 +00:00
|
|
|
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.
|