Skip to content

weconsent/Consent-to-Research-Website-Extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The repository for extensions to be used as a submodule in the Consent to Research Website.

The publicly readable repository is here: https://github.com/weconsent/Consent-to-Research-Website-Extensions

The repository for the Consent to Research Website is here, along with instructions: https://github.com/weconsent/Consent-to-Research-Website

To write changes to the Aiki database back to this repository, use the following mysqldump commands:

mysqldump --opt --no-data --skip-comments -u DB_USER -p DB_NAME aiki_users_groups ctr_agreements ctr_forms ctr_tasks ctr_uploads > sql/CreateTables-sites_CtR.sql

mysqldump --compact --no-create-info -u DB_USER -p DB_NAME aiki_users_groups ctr_forms > sql/InsertVariable-sites_CtR.sql

mysqldump -r sql/InsertWidgets-sites_CtR.sql --compact --no-create-info --where="app_id='0'" --default-character-set=latin1 -N -u DB_USER -p DB_NAME aiki_widgets

mysqldump --compact --no-create-info --where="id='21'" -u DB_USER -p DB_NAME aiki_forms > sql/InsertForms-sites_CtR.sql

The last command in particular should be updated in case there are any more custom forms added.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages