I've been looking on the Stacks web site for documentation about how to use the web interface, but I haven't found it. Here's where I'm starting from:
Stacks, Apache, MySQL, PHP, and PHP MySQL are all installed. I've completed the paired-ends tutorial, so I have a database "pe_radtags," populated with data from the tutorial. I've verified that the web server works and that it can see the php scripts.
Now, presumably I need to tell the php scripts how how to connect to the correct database, e.g. it's name, the appropriate mysql user and password to use, etc...
Is all this documented somewhere that I just haven't found?