Skip to content

mayel/dataverse

Repository files navigation

Dataverse

Dataverse is a user-friendly tool for creating conversational forms which store their data in dynamic databases.

How do I get set up?

You can use the Dockerfile to get started, especially for development. Create a directory called /custom/ at the base, and copy the /config/secrets.php to /custom/secrets.php and make appropriate edits. The database is not included in the Dockerfile. You can use MySQL (recommended), Postgres, or SQLite. The tables/schema will be created on the fly.

Note: For the taxonomy, this option needs to be turned on in MySQL: https://dev.mysql.com/doc/refman/5.7/en/innodb-parameters.html#sysvar_innodb_large_prefix and also run SET GLOBAL innodb_default_row_format=DYNAMIC;

What's the stack?

Who do I talk to?

License

Dataverse, Copyright (C) 2017 Mayel de Borniol

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

About

Mirror of https://gitlab.com/mayel/dataverse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published