Updated Readme
This commit is contained in:
parent
41d294f7bf
commit
1e5b59da00
14
README.md
14
README.md
@ -1,7 +1,7 @@
|
||||
# MagickaBBS
|
||||
Linux/FreeBSD bulletin board system
|
||||
Linux/FreeBSD bulletin board system (Should also work on NetBSD and OpenBSD, if it doesn't it's a bug)
|
||||
|
||||
As I lost the code to my initail BBS flea, I've decided to start over from scratch and this time I'm using git hub so I dont
|
||||
As I lost the code to my initial BBS flea, I've decided to start over from scratch and this time I'm using git hub so I dont
|
||||
lose it again!
|
||||
|
||||
Magicka is meant to be a modern (haha) BBS system, using modern technologies, like Sqlite, IRC, long filenames (gasp!) etc
|
||||
@ -16,19 +16,19 @@ If you want to install Magicka BBS, follow these steps.
|
||||
`cd MagickaBBS/jamlib`
|
||||
|
||||
|
||||
`make -f Makefile.linux`
|
||||
`make -f Makefile.linux` (Linux) `gmake -f Makefile.linux` (*BSD)
|
||||
|
||||
3. Build libzmodem
|
||||
|
||||
`cd MagickaBBS/Xmodem`
|
||||
|
||||
|
||||
`make`
|
||||
`make` (Linux) `gmake` (*BSD)
|
||||
|
||||
5. Build the BBS (You may have to adjust the Makefile for your system)
|
||||
|
||||
`gmake` (FreeBSD) `make` (Linux)
|
||||
|
||||
`make` (Linux) `gmake` (*BSD)
|
||||
|
||||
6. Copy the config-default directory to a config directory.
|
||||
|
||||
`cp -r config-default config`
|
||||
@ -46,3 +46,5 @@ If you want to install Magicka BBS, follow these steps.
|
||||
|
||||
10. Your BBS is now running on port 2300, 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/apamment/MagickaBBS/wiki
|
||||
|
Reference in New Issue
Block a user