installation
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
installation [2019/03/16 03:26] – installer options (new vs upgrade) avon | installation [2022/09/26 03:06] (current) – edits to download para avon | ||
---|---|---|---|
Line 18: | Line 18: | ||
* ARMHF V6 processor or compatible (Raspberry Pi Model 1) | * ARMHF V6 processor or compatible (Raspberry Pi Model 1) | ||
- | == Machintosh OS X == | + | == Apple macOS (OSX) == |
- | * OSX v10.6 or later using Intel CPU. | + | * macOS v10.6 or later using Intel 64-bit |
===== Downloading Mystic BBS ===== | ===== Downloading Mystic BBS ===== | ||
- | Head to [[http:// | + | Head to [[http:// |
- | + | ||
- | The latest alpha release is for people who want to help test new features or run the a cutting edge version of Mystic BBS. Don't be surprised to see the alpha versions changing quite often during a development phase. | + | |
- | + | ||
- | If you are running | + | |
===== YouTube Tutorials ===== | ===== YouTube Tutorials ===== | ||
- | If you learn better by watching someone explain HOW-TO then be sure to check out a growing series of training videos available on the [[https:// | + | If you learn better by watching someone explain HOW-TO then be sure to check out a growing series of training videos available on the [[https:// |
- | ===== Installing Mystic | + | ===== Installing Mystic ===== |
- | ** Backup | + | Before getting started review all of the information on this page. Check out the Mystic Installer Options section for command line options you may prefer to use to run a fresh install and/or update |
+ | |||
+ | ==== Installing Mystic (Fresh Install) ==== | ||
* Decompress the file containing the Mystic installation software for the operating system of your choice. There is a useful walk-through on [[http:// | * Decompress the file containing the Mystic installation software for the operating system of your choice. There is a useful walk-through on [[http:// | ||
- | * Run the install file contained within the archive to start up the full Mystic BBS Installation Utility. | + | * Run the install file contained within the archive to start up the full Mystic BBS Installation Utility. |
| | ||
- | * If interested | + | * If interested |
* Select **//Install Mystic BBS//** from the Mystic BBS Installation Utility menu. | * Select **//Install Mystic BBS//** from the Mystic BBS Installation Utility menu. | ||
- | * Update the paths (if you want to) for the Mystic system, data, text etc. files to reside in. | + | * Update the paths (if you want to) for the Mystic system, data, text etc. files to reside in. Do this if you need to otherwise we suggest run with the stock install options. **Hint:** If you change the system directory all sub directory paths will be updated also. |
* Press F2 to begin the install sequence. | * Press F2 to begin the install sequence. | ||
Line 51: | Line 48: | ||
* When installation is complete press the ESC key to close the installer. | * When installation is complete press the ESC key to close the installer. | ||
- | **Hint** If you change the system directory the remainder of the of sub directories will be updated also. | + | |
- | Now jump down to the //Creating a Sysop Account// section later in this page. | + | ==== Installing Mystic (Upgrading Versions) ==== |
- | + | ||
- | ===== Installing Mystic (Upgrading Versions) | + | |
** Backup your current Mystic BBS system before you get started! ** | ** Backup your current Mystic BBS system before you get started! ** | ||
Line 61: | Line 56: | ||
* Decompress the file containing the Mystic installation software for the operating system of your choice. There is a useful walk-through on [[http:// | * Decompress the file containing the Mystic installation software for the operating system of your choice. There is a useful walk-through on [[http:// | ||
- | * Review the **//Upgrade Information//** and read **//Whats New//** from the Installation Utility menu or find them as WHATSNEW.TXT and UPGRADE.TXT in the installation archive you decompressed. | + | * Review the **//Upgrade Information// |
- | * Select **// | + | ===== Mystic |
- | * Update the paths (if you want to) for the Mystic | + | The installer that ships with Mystic |
- | **Hint 2:** The the Installation Utility will not allow you to install | + | Syntax: |
+ | |||
+ | | ||
+ | install auto < | ||
+ | install replace < | ||
+ | install extract < | ||
+ | |||
+ | Examples: | ||
+ | |||
+ | install replace c:\mystic | ||
+ | install extract userchat* c: | ||
+ | install auto c:\mystic | ||
+ | install auto c:\mystic overwrite | ||
+ | install auto c:\mystic theme=c: | ||
+ | install auto c:\mystic msgs=c: | ||
- | If you are updating to a newer version chose a system directory like c: | ||
- | |||
- | At this point you will have either: | ||
- | * A fresh installation of Mystic | + | Let's review what all those options are: |
- | * You will be following | + | |
+ | ==== install ==== | ||
+ | |||
+ | Run the full interactive | ||
+ | |||
+ | install | ||
+ | |||
+ | ==== install auto ==== | ||
+ | |||
+ | Run an automated command line install to a directory | ||
+ | |||
+ | install auto c:\mystic | ||
+ | |||
+ | | ||
+ | |||
+ | Base directory: c: | ||
+ | |||
+ | Extracting: Root files | ||
+ | Extracting: Data files | ||
+ | Extracting: Display files | ||
+ | Extracting: Menu files | ||
+ | Extracting: Script files | ||
+ | Extracting: Documentation | ||
+ | |||
+ | Updating data files... | ||
+ | |||
+ | Installation complete | ||
+ | |||
+ | If you run this process | ||
+ | |||
+ | Mystic automated installation | ||
+ | |||
+ | Install directory already exists: c:\mystic | ||
+ | |||
+ | The way to override this is to use the **overwrite** switch. Be warned this will overwrite | ||
+ | |||
+ | install auto c:\mystic overwrite | ||
+ | |||
+ | During automated install you can also assign specific directories for data, theme, and msgs directories. | ||
+ | |||
+ | install auto c:\mystic theme=c: | ||
+ | |||
+ | ==== install replace ==== | ||
+ | |||
+ | Copy new versions of binary files to a nominated directory and overwrite old files. This is good when you are doing some upgrade | ||
+ | |||
+ | |||
+ | install replace | ||
+ | |||
+ | Searching "c:\mystic\" | ||
+ | |||
+ | Replacing: c: | ||
+ | Replacing: c: | ||
+ | Replacing: c: | ||
+ | Replacing: c: | ||
+ | Replacing: c: | ||
+ | Replacing: c: | ||
+ | Replacing: c: | ||
+ | Replacing: c: | ||
+ | Replacing: c: | ||
+ | |||
+ | Operations complete | ||
+ | |||
+ | ==== install extract ==== | ||
+ | Extract file or file mask to a nominated directory | ||
+ | install extract userchat* c: | ||
+ | | ||
+ | Extracting Mask: " | ||
+ | | ||
+ | Extracting: c: | ||
+ | Extracting: c: | ||
+ | | ||
+ | Operations complete | ||
+ | | ||
===== Creating Sysop Account ===== | ===== Creating Sysop Account ===== | ||
installation.1552724787.txt.gz · Last modified: 2019/03/16 03:26 by avon