From ae66e56a595c58dc36d381315eb63b946506aa13 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Wed, 18 Dec 2013 17:09:04 -0500 Subject: [PATCH] Note format of file. --- README | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README b/README index 5ea7757..bd1bda5 100644 --- a/README +++ b/README @@ -4,11 +4,14 @@ Setting up an election: only on the server and is included as PHP code. It's hard coded currently to: /home/admin/secret/anonvoting currently. - You at least need to set these variables in it: - $mysql_host - $mysql - $mysql_password - $mysql_db + The file should look something like this: + + 1. When I deploy, I create an account for the election, as the mysql root user: mysql -u root -p