Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Quick start

kirkmawa edited this page Dec 28, 2012 · 2 revisions

Installing phpqbt

  • Unzip (or if you're feeling brave, git clone) to a location of your choice.
  • Insert misc/db_structure.sql into a MySQL server. Run it as root; it creates the phpqbt database.
  • It is recommended you create a normal user with full access to just the phpqbt database.
  • Edit EMWIN/config.php to reflect your own database settings and other information

Running phpqbt

From the directory where you unzipped the package, simply type the following command:

nohup ./emwin.sh &

Now what?

A vanilla installation of phpqbt will just connect to an EMWIN server, ingest data, and do nothing. You can very easily extend the software to process various products. See the Extending phpqbt wiki page on GitHub for more details.

Clone this wiki locally