Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 647 Bytes

File metadata and controls

18 lines (13 loc) · 647 Bytes

SimpleForum

Just getting familiar with PHP, CodeIgniter, MySQL, Bootstrap and Git itself.

Go to: http://local/path/SimpleForum/index.php/forum/ and http://local/path/SimpleForum/index.php/forum/category

to view.

To set up:

  1. Import sf.sql into preferred database.
  2. Go into SimpleForum/application/config/database.php and configure to your database settings.
  3. In your browser, go to where the forum is hosted and explore.

To create an account, click Login, then at the bottom of the form next to the 'Login' button there is a 'Register' button. Click that then fill in that form.

Login to be able to create threads and post to threads.