Skip to content

pinkie1378/homebrew-launchpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This website is hosted at http://www.homebrew-launchpad.com

There is one additional file not in this repository required:

    includes/constants.php

in order to run.  It should include the following:

<?php

    // your database's name
    define("DATABASE", "[insert name here]");

    // your database's password
    define("PASSWORD", "[insert password here]");

    // your database's server
    define("SERVER", "localhost");

    // your database's username
    define("USERNAME", "[insert username here]");

?>

About

Website for developing beer recipes using malt extracts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published