enigma-bbs/docs/_docs/installation/install-script.md

21 lines
986 B
Markdown
Raw Normal View History

---
layout: page
title: Install Script
---
2018-12-16 04:41:58 +00:00
## 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/master/misc/install.sh | bash
```
2022-08-04 19:47:49 +00:00
> :eyes: You may wish to review the [installation script](https://raw.githubusercontent.com/NuSkooler/enigma-bbs/master/misc/install.sh) on GitHub before running it!
2020-08-22 19:26:24 +00:00
The script will install `nvm`, Node.js 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.
2018-12-16 04:41:58 +00:00
2022-07-16 18:35:39 +00:00
> :information_source: After installing:
2022-08-04 19:47:49 +00:00
> * Read [External Binaries](../configuration/external-binaries.md)
> * Read [Updating](../admin/updating.md)
2018-12-16 04:41:58 +00:00
2022-08-04 19:47:49 +00:00
You might also check out some external guides:
* https://www.maketecheasier.com/create-bbs-linux-with-enigmabbs/