Tableof content:
- Php 8.+
- You need to uncomment
extension=opensslin yourphp.inifile.
📝 You can find it around ~line 940
⚠️ Without this line uncommented, the mailing system will not work, so please, do it.
- phpMyAdmin
If you have Xamp/Lamp you already have it.
Create a new database in phpMyAdmin named forum, then:
- Go to
Import- Upload the
forum.sql, then click on Run
forum.sqlcan be found in/Path/to/final-tp-PHP/Database - Upload the
After that, open any
Go to /Path/to/final-tp-PHP/
Once you're here, type php -S localhost:<any_port>
Of course, don't include the
<>, just put a port you want your server to run on. For example, you can use8080