forked from HPR/hpr_generator
		
	#267 - Remove mysql instructions from site-generator
This commit is contained in:
		| @@ -56,19 +56,9 @@ Perl Template Toolkit. | ||||
|         * SQLite v3.8.3 or greater is recommended. CTE WITH clauses are used in some template queries. | ||||
|           Must convert WITH clauses to sub-queries when using earlier versions of SQLite. | ||||
|  | ||||
|         With MySQL | ||||
|         * Create database hpr_hpr in the MySQL server from HPR dump file. | ||||
|                 - sudo mysql --host=localhost < hpr.sql | ||||
|         * Create a user that will be used by the site-generator. | ||||
|                 - Suggested username: hpr-generator | ||||
|                 - CREATE USER 'hpr-generator'@'localhost' IDENTIFIED BY '<password>'; | ||||
|         * Limit the user's privileges to EXECUTE and SELECT | ||||
|                 - GRANT SELECT ON hpr_hpr.* TO 'hpr-generator'@'localhost'; | ||||
|                 - GRANT EXECUTE ON `hpr_hpr`.* TO 'hpr-generator'@'localhost'; | ||||
|  | ||||
|         Install the needed Perl modules using preferred method (distribution packages, CPAN, etc.) | ||||
|                 * Config::Std | ||||
|                 * DBD::SQLite or DBD:mysql | ||||
|                 * DBD::SQLite | ||||
|                 * DBI | ||||
|                 * Data::Dumper | ||||
|                 * Date::Calc | ||||
|   | ||||
		Reference in New Issue
	
	Block a user