Get support for jcubic/quatro

If you're new to LTH, please see our FAQ for more information on what it is we do.

Qualified Helpers
jcubic
owner From $50 / 30 mins
Get help from jcubic

jcubic/quatro

quatro svg logo

Quatro is simple Q&A Open Source application in PHP that you can customize with twig templates.

Installation

Copy all the files to the server, then you will need to create MySQL/MariaDB user and database:

CREATE USER '<USER>'@'localhost' IDENTIFIED BY '<PASSWORD>';
GRANT ALL PRIVILEGES ON '<DB>'.* TO '<USER>'@'localhost' WITH GRANT OPTION;
CREATE DATABASE `<DB>` DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;

Where:

  • <USER> is your database user name
  • <PASSWORD> is your password
  • <DB> is your database name

Then you need to put those data in q-config.php file and open directory where you've installed QArto or index.php in your server.

Requirements

sudo dnf install php-mysqlnd php-json php-tidy

License

Copyright (C) 2018 Jakub Jankiewicz jcubic@onet.pl

Released under MIT license

Our Mission

We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.

Interesting Articles

Thank you for checking out LiveTechHelper |
2024 © lth-dev incorporated

p-e622a1a2