To configure Drain:
- Duplicate
config/private-sample.php
- Name the new file
private.php
- Edit
private.php
as necessary (see comments in file for more info)
To run at the command line:
- Open your terminal application
- cd into the
drain/html/
directory - run
php index.php
To run in a browser:
- Open your web server configuration
- Specify the
drain/html/
directory as the web root - Start (or restart) your web server
- Navigate to
localhost
in a browser
Questions? jstark@jonathanstark.com