Mercurial > pub > site.implab
view deploy.pl @ 12:d9551c7e7101
improved dox library
author | sergey |
---|---|
date | Fri, 16 May 2014 16:47:50 +0400 |
parents | 7d92a42f8e18 |
children |
line wrap: on
line source
#!/usr/bin/perl -w use strict; use lib '.'; use config; use IMPL::require { DoxModel => 'Benzin::Doxygen::Model' }; mkdir 'doxygen-data' unless -e 'doxygen-data'; unless (-e 'mysql-data') { mkdir 'mysql-data'; `mysql_install_db --datadir=./mysql-data`; } DoxModel->Deploy($config::doxConnection);