summaryrefslogtreecommitdiff
authorGiulio Cesare Solaroli <giulio.cesare@clipperz.com>2013-08-16 07:03:45 (UTC)
committer Giulio Cesare Solaroli <giulio.cesare@clipperz.com>2013-08-16 07:03:45 (UTC)
commitbde3c7b98523112ade9c5bbf7390c4ecb494cd2e (patch) (unidiff)
tree530fc51198f33b481c48b360d3b9aebcc16f5733
parent303600d0d45fd61b922f5278a6f1efb9574be5e8 (diff)
parent0b83c936753726adf63a6fbdbb8df166d1552f25 (diff)
downloadclipperz-bde3c7b98523112ade9c5bbf7390c4ecb494cd2e.zip
clipperz-bde3c7b98523112ade9c5bbf7390c4ecb494cd2e.tar.gz
clipperz-bde3c7b98523112ade9c5bbf7390c4ecb494cd2e.tar.bz2
Merge pull request #50 from neilmarion/patch-1
Update README.md
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index e44df48..414527f 100644
--- a/README.md
+++ b/README.md
@@ -109,10 +109,12 @@ Once the index.html files have been built (one for each frontend) and a backend
109 The POG interface will allow also a very basic access to the DB data that may be useful to check that the application is actually writing something on the DB (even if you will not be able to make much sense out of the data you will see, as they are all encrypted!) 109 The POG interface will allow also a very basic access to the DB data that may be useful to check that the application is actually writing something on the DB (even if you will not be able to make much sense out of the data you will see, as they are all encrypted!)
110 More information about building the PHP backend may be found in the `doc/install.php.txt` file. 110 More information about building the PHP backend may be found in the `doc/install.php.txt` file.
111 111
112 But if you have setup a $configuration['setup_password'] in target/php/configuration.php then a page with a textfield and a "Submit" link will appear.
113 Just input your $configuration['setup_password'] value and click on "Submit" so [POG][pog] setup page will appear.
112 114
113## Disclaimer 115## Disclaimer
114 116
115This application has not been fully tested, so there may be still problems due to the new build script or to the new repository structure. So, for the moment, **use it at your own risk!** 117This application has not been fully tested, so there may be still problems due to the new build script or to the new repository structure. So, for the moment, **use it at your own risk!**
116 118
117 119
118[pog]: http://www.phpobjectgenerator.com/ \ No newline at end of file 120[pog]: http://www.phpobjectgenerator.com/