Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 217 Bytes

INSTALL.md

File metadata and controls

19 lines (9 loc) · 217 Bytes

Configure and set prefix to document root

./configure --prefix=<documentroot>

Build qrcode/qrscq

make

Create database and load tables

mysql < qrpicture.sql

<update config.php>

Install site

make install