You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We (Reims University) are interesting in the installation of the tool g2t.
But for the installation, it is not very clear how to create the data base initially.
It is possible to have a empty dump of the base ?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Désolé pour la réponse tardive. Je n'avais pas eu la notification de votre issue.
Pour créer une instance de base de données G2T, vous devez disposer d'un serveur MySQL ou MariaDB.
Vous créez une instance (ou base de données) vide (par exemple g2t), via l'assistant MySQL/MariaDB.
Encodage : latin1
Collation : latin1_swedish_ci
Une fois fait, vous pouvez importer le script G2T_v7.1.8_BD_Structure.sql qui va créer les tables vides dans l'instance g2t.
Le script G2T_v7.1.8_Starting_data.sql permet d'importer quelques données et paramétrages dans la base.
Vous devez ensuite exécuter le script d'import des données (cron-xml.sh) après avoir adapté les fichiers d'exemples à vos structures, agents, fonctions, ....
We (Reims University) are interesting in the installation of the tool g2t.
But for the installation, it is not very clear how to create the data base initially.
It is possible to have a empty dump of the base ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: