Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 832 Bytes

File metadata and controls

11 lines (9 loc) · 832 Bytes

WorkCircle

A social networking app for internal employees.

Stack

The app will primarily be using PHP, Apache, and MySQL with some CSS and JS.

Setup

  1. Install XAMPP or MAMP and run the web server. Make sure both Apache and MySQL are running and configured. For profile images, you need to enable the GD extension in XAMPP as shown in this guide.
  2. Locate the htdocs folder that your Apache server is referencing. Either edit the index.php file in that folder to point to the repo or paste the source PHP files into the folder.
  3. Make sure you update the database credentials in funcions.php to point to your MySQL server.
  4. Run setup.php to create tables used by this app.