Update readme

This commit is contained in:
Andrew Pamment 2016-08-05 07:34:32 +10:00
parent 65b037a681
commit 162d8badda

View File

@ -1,3 +1,16 @@
# README!!
If you are upgrading from a version prior to 73aa146b8470727f036f732d2c9c267048ee455b You will need to make and run the update_pass utility on your
user database. This will convert all plain text passwords to sha256 hashed and salted passwords.
eg.
cd utils/update_pass
make
./update_pass ../../users.sq3
Although you probably should make a backup of your database first in case things go wrong...
# MagickaBBS
Linux/FreeBSD bulletin board system (Should also work on NetBSD and OpenBSD, if it doesn't it's a bug)
@ -9,9 +22,9 @@ while still retaining the classic BBS feel. ANSI & Telnet, and good old ZModem.
If you want to install Magicka BBS, follow these steps.
1. Ensure you have git, c compiler, libsqlite3-dev, libreadline-dev and gnu make
1. Ensure you have git, c compiler, libsqlite3-dev, libreadline-dev, libssl-dev and gnu make
`sudo apt-get install build-essential libsqlite3-dev libreadline-dev git`
`sudo apt-get install build-essential libsqlite3-dev libreadline-dev git libssl-dev`
should work on debian and debian derivatives.
2. Clone the repo `git clone https://github.com/apamment/MagickaBBS`