• Setup

    From Rick Smith@1:340/202 to All on Sun Mar 8 14:01:19 2020
    Greetings,

    Can anyone point me to a good tutorial for setting this up? I would love to use an offline reader for me BBS.. Just having trouble getting started.

    Thank you in advance..

    Rick Smith

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/64)
    * Origin: Abacus BBS (1:340/202)
  • From Alan Ianson@1:153/757 to Rick Smith on Sun Mar 8 15:05:36 2020
    Hello Rick,

    Can anyone point me to a good tutorial for setting this up? I would
    love to use an offline reader for me BBS.. Just having trouble getting started.

    Are you talking about getting golded setup?

    There are advanced.cfg and simple.cfg examples. I suggest you rename simple.cfg to golded.cfg and use that as a start. There are lots of examples in the advanced.cfg also that may be usefull to you but start with a simple.cfg.

    Ttyl :-),
    Al

    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: The Rusty MailBox - Penticton, BC Canada (1:153/757)
  • From Rick Smith@1:340/202 to Alan Ianson on Sun Mar 8 21:29:23 2020
    Thank you for your reply.. Neither of those two files exist in the download I extracted. I got the latest version or atleast what it claims was the
    latest. I find no .cfg files in the directory.

    Regards,

    Rick

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/64)
    * Origin: Abacus BBS (1:340/202)
  • From Alan Ianson@1:153/757 to Rick Smith on Sun Mar 8 22:22:26 2020
    Hello Rick,

    Thank you for your reply.. Neither of those two files exist in the download I extracted. I got the latest version or atleast what it
    claims was the latest. I find no .cfg files in the directory.

    There are separate archives for configs and docs. Those two archives may not have been updated for a time so you might have to look around the site for those.

    The source archive contains everything (except executibles) so you could grab that also.

    Ttyl :-),
    Al

    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: The Rusty MailBox - Penticton, BC Canada (1:153/757)
  • From Rick Smith@1:340/202 to Alan Ianson on Fri Mar 13 22:15:35 2020
    The GoldED manual refers to a install.txt doc. I cannot find this is any distribution that I have downloaded. Do you know of it? Do you by chance
    have it?

    Regards,

    Rick

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/64)
    * Origin: Abacus BBS (1:340/202)
  • From Michael Dukelsky@2:5020/1042 to Rick Smith on Sat Mar 14 20:04:24 2020
    Hello Rick,

    Friday March 13 2020, Rick Smith wrote to Alan Ianson:

    The GoldED manual refers to a install.txt doc. I cannot find this is
    any distribution that I have downloaded. Do you know of it? Do you by chance have it?

    It is docs/building.txt in the sources. You may grab the sources this way:
    $ cd
    $ git clone https://github.com/golded-plus/golded-plus.git

    Besides using standard makefile procedure you may also use rpmbuild if you have rpm-based Linux distribution. You'll need to install ncurses-devel and gcc-c++ (the names may differ in your distribution) and rename golded-plus directory to golded+ before running rpmbuild.

    You may also use cmake:
    $ cd golded3
    $ cp -a mygolded.__h mygolded.h
    Edit mygolded.h as you like
    $ cd ..
    $ cmake -H. -Bbuild -DBUILD_SHARED_LIBS=OFF
    $ cmake --build build
    Make a distribution rpm, deb, tgz (optional)
    $ cpack -G RPM --config build/CPackConfig.cmake
    $ cpack -G DEB --config build/CPackConfig.cmake
    $ cpack -G TGZ --config build/CPackConfig.cmake
    or install the built files (optional)
    # cmake --build build --target install

    Michael

    ... node (at) f1042 (dot) ru
    --- GoldED+/LNX 1.1.5-b20170303
    * Origin: Moscow, Russia (2:5020/1042)
  • From Rick Smith@1:340/202 to Alan Ianson on Sun Mar 15 20:33:05 2020
    Greetings,

    I finally got goldED up and startable. Do you know how I point it at mystic for the message bases and mailer etc? I want to use it on my laptop and
    either point at mystic over my network or even the internet if thats even possible..

    Regards,

    Rick

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/64)
    * Origin: Abacus BBS (1:340/202)
  • From Rick Smith@1:340/202 to Michael Dukelsky on Sun Mar 15 20:34:39 2020
    Thank you so much, I got it installed.. with your help and the sysop of
    veleno bbs. How do i poing the goldED at my bbs if you know, I use mystic
    bbs.

    Regards,,

    Rick

    --- Mystic BBS v1.12 A45 2020/02/18 (Windows/64)
    * Origin: Abacus BBS (1:340/202)
  • From Alan Ianson@1:153/757.2 to Rick Smith on Sun Mar 15 21:22:06 2020
    I finally got goldED up and startable. Do you know how I point it at mystic for the message bases and mailer etc? I want to use it on my laptop and either point at mystic over my network or even the internet if thats even possible..

    Good stuff.. :)

    I don't think GoldED can read a mystic configuration to get the area config. You'll have to use area lines in your golded.cfg to get the area config.

    You don't need all the areas in there, just the areas you want to read/write with golded.

    --- BBBS/Li6 v4.10 Toy-4
    * Origin: The Rusty MailBox - Penticton, BC Canada (1:153/757.2)
  • From Michael Dukelsky@2:5020/1042 to Rick Smith on Mon Mar 16 11:05:40 2020
    Hello Rick,

    Sunday March 15 2020, Rick Smith wrote to Michael Dukelsky:

    Thank you so much, I got it installed.. with your help and the sysop
    of veleno bbs.

    You are welcome.

    How do i poing the goldED at my bbs if you know, I use
    mystic bbs.

    Looks like Alan is right.

    Michael

    ... node (at) f1042 (dot) ru
    --- GoldED+/LNX 1.1.5-b20170303
    * Origin: Moscow, Russia (2:5020/1042)