diff options
Diffstat (limited to 'meta/README.md')
-rw-r--r-- | meta/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/README.md b/meta/README.md new file mode 100644 index 0000000..80c9d54 --- /dev/null +++ b/meta/README.md @@ -0,0 +1,9 @@ +# cflip.net forums +The source code to my first PHP project, a forum system. + +## Requirements +This project requires PHP 7.0 or newer + +## Setup +- Create a `config.ini` file and put your MySQL credentials in (see `config.example.ini`) +- `setup.sql` has the SQL script to set up your database. |