Updated readme

This commit is contained in:
Andrew Pamment 2018-01-18 19:34:15 +10:00
parent b9f67ba9ae
commit 836fc0f30f

View File

@ -29,29 +29,35 @@ If you want to install Magicka BBS, follow these steps.
5. Copy the config-default directory to a config directory.
cp -r config_default config
cp -r dist/config config
6. Edit the config files and update essential information, like system paths and BBS name etc
7. Copy the ansi-default directory to the one specified in your system path
eg.
cp -r ansi_default ansis
cp -r dist/ansis ansis
8. Copy the menus-default directory to the one specified in your system path
eg.
cp -r menus_default menus
cp -r dist/menus menus
9. Magicka also include optional lua scripts for menus and login / logoff. If you want to use these, copy
the scripts-examples to the one specified in your system path.
eg.
cp -r scripts_examples scripts
cp -r dist/scripts scripts
10. If you are going to run SSH, you will need to create keys. To do this
10. Make a link to the magicka.strings (or copy it if you want to modify it)
eg.
ln -s dist/magicka.strings magicka.strings
11. If you are going to run SSH, you will need to create keys. To do this
mkdir keys
@ -59,11 +65,11 @@ the scripts-examples to the one specified in your system path.
ssh-keygen -f keys/ssh_host_dsa_key -N '' -t dsa
11. Run Magicka BBS on a port over 1024 (Below require root, and we're not ready for that).
12. Run Magicka BBS on a port over 1024 (Below require root, and we're not ready for that).
./magicka config/bbs.ini
12. Your BBS is now running on the port you specified in the config.ini, log in and create yourself an account! (By default there is only one security level, you can add more,
13. Your BBS is now running on the port you specified in the config.ini, log in and create yourself an account! (By default there is only one security level, you can add more,
but you will need to use an SQLite Manager to modify users.sq3 and set security levels, as there is no user editor yet.
For information on how to configure your BBS, check the wiki https://github.com/MagickaBBS/MagickaBBS/wiki