Commit Graph

137 Commits

Author SHA1 Message Date
Carl Roman Hultay 595ade9a3c Update install.sh 2024-11-26 16:35:07 -05:00
Carl Roman Hultay 1bb9aeb09d Update install.sh 2024-11-25 20:34:48 -05:00
Carl Roman Hultay 00bad37f4d Update install.sh 2024-11-25 20:23:43 -05:00
Carl Roman Hultay c69849943a Update install.sh 2024-11-25 20:08:45 -05:00
Carl Roman Hultay 669efdcfae Update install.sh 2024-11-25 15:14:13 -05:00
Carl Roman Hultay d9b980559d Update install.sh 2024-11-25 14:27:08 -05:00
Carl Roman Hultay b47dcff9d2 Update install.sh 2024-11-25 09:34:34 -05:00
Carl Roman Hultay d2e09a36fa Update install.sh 2024-11-25 09:25:36 -05:00
Carl Roman Hultay 98bc72700b Convert to mise-en-place 2024-11-24 21:21:40 -05:00
Carl Roman Hultay 286d9a2fd8 Convert to mise-en-place 2024-11-24 21:13:42 -05:00
Carl Hultay 54ce7fefff Fixed Gopher Template Installation Bug 2024-11-24 20:22:38 -05:00
Carl Hultay a360d5909e Enhance install.sh
Added selection menu to install all steps, or individual
Added reference to autoexec.sh
Added Python Runtime Environment installation workflow

The new Python workflow will allow users to run ENiGMA½ on modern Linux distributions such as Ubuntu 24.04 per my note in #537.

It is my strong recommendation that we offer the user the use of pyenv, as this will decouple the distribution's Python interpreter from that of ENiGMA½ -- this will make the software more portable. It is poor advice to give a user that they upgrade their OS Python Interpreter; doing so can break the operating system if there are incompatibilities.
2024-11-24 20:18:51 -05:00
Carl Hultay 2ac2bf4c2a Update install.sh
Manual Installation per https://nuskooler.github.io/enigma-bbs/installation/manual.html asks the user to use v18 whereas this script was defaulting to 14.

This caused me some frustration in getting my BBS up and running as I at first depended on the auto-install script.

For the less apt user, this might be a blocker to adopting this BBS Software.
2024-11-20 19:45:18 -05:00
voipmeister 07be786eb1 Added link to project troubleshooting doc 2024-09-08 15:11:47 +02:00
voipmeister 8a22c5c786 Expanded config template for #563 2024-09-08 14:55:09 +02:00
Bryan Ashby c24274e1f8 Update config_template.in.hjson
Enable SSL/TLS by default as this is available with node
2024-07-20 21:20:32 -06:00
Stack Fault 4be4fb73cd Added SSL support 2024-07-20 12:19:34 -04:00
anthony 0e09ce491c Removed extraneous space from config template 2023-09-26 08:43:23 -05:00
Bryan Ashby 1cfbf4fb66 Update MenuFlags to work as expected
* 'popParent' has been removed
* 'noHistory' now works as expected
* Mods that explicitly want noHistory can state such in their constructor()
2023-08-23 18:06:48 -06:00
Stack Fault 9a4433ee03 Fixed PrivMsg delivery + added new server commands 2023-03-31 13:46:07 -04:00
Bryan Ashby 30f965d981 Remove no longer supported CombatNet 2023-01-16 11:04:56 -07:00
Bryan Ashby 92ca571e40 Update documentation around Gopher config 2022-08-21 13:43:03 -06:00
Bryan Ashby e8f6a2f702 Missing defaults 2022-07-16 22:23:34 -06:00
Bryan Ashby 821380fcb5 Template updates 2022-07-16 22:17:25 -06:00
Bryan Ashby 24491000ad Update and add missing 'desc' to menu templates 2022-05-08 19:24:38 -06:00
Bryan Ashby 78a24bd8c9 Fix Syntax error in core/theme.js when running main.js #411 2022-04-07 12:24:02 -06:00
Nathan Byrd ec2f6af1d0 More code review fixes 2022-03-28 14:41:12 -05:00
Nathan Byrd 5cb239157c First part of removing cursor position reports 2022-03-23 18:43:49 -05:00
Bryan Ashby 1afd1ef041 Newline 2020-11-29 16:53:10 -07:00
Bryan Ashby c87ac8680a Notes + script for update 2020-11-29 16:47:03 -07:00
Bryan Ashby d55e8fb3e0 Let users scroll desc in file browser 2020-11-27 16:44:40 -07:00
Bryan Ashby f7e4b57763 Gopher server revamp!
* gophermap support
* More generic and flexible server
2020-11-27 00:54:56 -07:00
Bryan Ashby cc95ef80dd tabs -> spaces 2020-11-24 13:28:37 -07:00
Bryan Ashby b36845f7a1 Hotkey + WHATSNEW entry 2020-11-24 13:22:52 -07:00
Bryan Ashby c944e97699 Add to menu 2020-11-24 13:15:22 -07:00
Bryan Ashby ba40aeff06 Fix message in install.sh 2020-09-11 10:56:06 -06:00
Bryan Ashby fd7c9e8064 Better checks for various dependencies such as Python and call out additional steps better 2020-08-22 12:27:52 -06:00
Bryan Ashby f558a614fc #301 - Fix default key for message list 2020-08-12 10:36:24 -06:00
Bryan Ashby 60a1f14f6e Better 'config new' and fix a couple menu refs 2020-07-06 21:02:18 -06:00
Bryan Ashby 9d8b43b605 Formatting 2020-07-06 18:49:21 -06:00
Bryan Ashby 189c42ebea Doc updates 2020-07-06 18:16:53 -06:00
Bryan Ashby 51f3b0ffce Minor 2020-07-06 17:59:34 -06:00
Bryan Ashby f5f8b08a27 argName: message -> messageIndex 2020-07-06 17:55:53 -06:00
Bryan Ashby 91166b7f6b Sync up with master 2020-07-05 17:57:29 -06:00
Bryan Ashby 965e845834 Major work on breaking up menus 2020-07-05 14:06:34 -06:00
Bryan Ashby dd08cd68e7 Add PV[name,value] ACS check 2020-06-15 19:28:32 -06:00
Bryan Ashby 0328ad5b80 Node.js 12 LTS to docs & install script 2019-11-20 19:33:33 -07:00
Bryan Ashby e80d3f1093 Add missing 'my messages' to message menu 2019-08-10 20:14:36 -06:00
Bryan Ashby 5db0a33a8a Add missing entry to template 2019-08-10 12:17:56 -06:00
Bryan Ashby 428b3c0059 Merge branch '0.0.10-alpha' of github.com:NuSkooler/enigma-bbs into 0.0.10-alpha 2019-07-31 20:26:54 -06:00