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/quatro
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.
From the Blog
Interesting Articles
-
Generating income from open source
Jun 23 • 8 min read
-
2023 State of OSS
Apr 23 • 45 min read ★
-
A funding experiment...
Aug 19 • 10 min read
-
But You Said I could
Aug 19 • 2 min read
Thank you for checking out LiveTechHelper |
2024 © lth-dev incorporated
p-e622a1a2