relis
relis copied to clipboard
Demo user and project
Upon a fresh install of ReLiS, a demo user and demo project should be available right away.
Demo user
INSERT INTO users (user_id, user_name, user_username, user_mail, user_usergroup, user_password, user_picture, created_by, creation_time, user_state, user_active) VALUES ('2', 'Demo', 'demo', '[email protected]', '3', NULL, NULL, '1', current_timestamp(), '1', '1');
In file https://github.com/geodes-sms/relis/blob/cc113bef1013c3d276ea12656b1d4a42982851b5/relis_app/controllers/Auth.php#L220C12-L220C12 Line 220: change the user_id to 2.
Demo project
Create the tutorial project from the Help menu automatically.
Demo user is done, what remains is creating the Demo project