Update readme
This commit is contained in:
parent
a86c633c2b
commit
94f3678cd4
19
README.md
19
README.md
@ -38,7 +38,20 @@ If you want to install Magicka BBS, follow these steps.
|
||||
|
||||
`cp -r ansi_default ansis`
|
||||
|
||||
8. If you are going to run SSH, you will need to create keys. To do this
|
||||
8. Copy the menus-default directory to the one specified in your system path
|
||||
|
||||
eg.
|
||||
|
||||
`cp -r menus_default 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`
|
||||
|
||||
10. If you are going to run SSH, you will need to create keys. To do this
|
||||
|
||||
`mkdir keys`
|
||||
|
||||
@ -46,11 +59,11 @@ If you want to install Magicka BBS, follow these steps.
|
||||
|
||||
`ssh-keygen -f keys/ssh_host_dsa_key -N '' -t dsa`
|
||||
|
||||
9. Run Magicka BBS on a port over 1024 (Below require root, and we're not ready for that).
|
||||
11. Run Magicka BBS on a port over 1024 (Below require root, and we're not ready for that).
|
||||
|
||||
`./magicka config/bbs.ini`
|
||||
|
||||
10. 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,
|
||||
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,
|
||||
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
|
||||
|
Reference in New Issue
Block a user