Page History
...
- Locate the frevvoDS data source url parameter:url="jdbc:jtds:sqlserver://localhost/frevvo". You can change the name "frevvo" to whatever you wish, "
" for example. But it must match the database name you create in your SQL server. See verify connection Url below.Frevvoproduct - Create a utf8 UTF-8 encoded database "frevvo" (assuming you left the url parameter database name as the default) in your SQL server
- In the
installation locate the script <frevvo-home>/data/sql/forms-<database type>.sql. Ex: for mySQL the script is named <frevvo-home>/data/sql/forms-mysql.sqlFrevvoproduct - Run that script in your "
" database. That will create all the tables required to persist submissionsFrevvoproduct - Set the frevvoDS data source parameters username and password to a user that has write permissions to the "
" database.Frevvoproduct - The submissions database setup is now complete.
...
- Locate the userDS data source url parameter: url="jdbc:jtds:sqlserver://localhost/users". You can change the name "users" to whatever you wish, "
users" for example. But it must match the database name you create in your SQL server. See verify connection Url below.Frevvoproduct - Create a utf8 UTF-8 encoded database "users" (assuming you left the url parameter database name as the default) in your SQL server
- In the
installation locate the script <frevvo-home>/data/sql/users-<database type>.sql. Ex: for mySQL the script is named <frevvo-home>/data/sql/users-mysql5.sqlFrevvoproduct - Run that script in the "users" database
- Set the userDS data source username and password parameter to a user that has write permissions to your "users" database.
...
Overview
Content Tools