This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// DayDream was initially created as a dialup BBS for the Amiga computer and operating system. | |
// Later it was ported to linux. Recently, it was ported also to *bsd and should be compatible | |
// with most *nix flavors. | |
// | |
// DayDream is maintained by Ryan Fantus (https://github.com/ryanfantus) or daydreambbs.com | |
// | |
// | |
// This guide was written step by step following the process on a Linux console. If you find, | |
// steps you want to skip, that is up to you, but if you follow step-by-step, you will have a | |
// working DayDream BBS Setup by the end of it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I made these steps using the tools provided by DigitalOcean, but these steps should work verbatim on any Ubuntu Server. | |
Download Terminfo: http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/install/terminfo | |
Download Termcap: http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/install/termcap | |
I. Pre-Requisites: | |
apt-get update | |
apt-get install make g++ linux-libc-dev libncurses5-dev libnspr4-dev cvs libcap2-dev gdb zip unzip lrzsz gkermit | |
apt-get install dosemu | |
II. BBS Install: |