Skip to content

Commit

Permalink
Add README to demo folder
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
adamlundrigan committed Jan 24, 2015
1 parent 5e4d7cb commit 9865958
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions demo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
If you're fortunate enough to be on a *nix system with PHP >=5.4 and `pdo_sqlite`, pop into the `demo` folder and run the setup script (`run.sh`). This will build the demo application, install the [example profile extension module](demo/ExtensionModule), and start a webserver. Once that's all done just open your browser and:
- Navigate to `http://localhost:8080/user/register`
- Create an account
- Navigate to `http://localhost:8080/user/profile`

----

NOTE: The demo application has purposefully disabled the editability of the email address field to demonstrate how to toggle fields using the form validation group feature.

0 comments on commit 9865958

Please sign in to comment.