This is very convenient! This might be a good time to start consolidating our instructions somewhat. We should explain the what and why of each step in addition to the how.
- Christopher On Fri, Jun 10, 2011 at 10:03 PM, Steven Garcia <[email protected]> wrote: > Hello all, > > The following four steps are deprecated. They are now run by default. > > To disable this new feature: --disable-mysql-create > > 10. make install-mysql-user > 11. make install-mysql-database > 18. make uninstall-mysql-database > 19. make uninstall-mysql-user > > As displayed by ../configure --help: > > --enable-mysql-create Enable creation/deletion of MySQL user and database > > This can also be seen on the wiki: > http://www.aikiframework.org/wiki/HOWTO_Develop_Aiki_Framework#Fosdevel.27s_Setup > > > I updated the Configure options on the wiki as well. > > Please be aware that you will still be prompted for the MySQL super user > password, unless you specify it via DB_SUPER_USER_PASS=yourpasswordhere > ../confgure. > > > So basically given the correct config options you can do a one line install > such as: > > ./autogen.sh && cd build && DB_SUPER_USER_PASS=password ../configure > --prefix=/usr --sysconfdir=/etc && sudo make install > > > Or: > ./autogen.sh && cd build && DB_SUPER_USER_PASS=password > HTTPD_CONF_DIR=/etc/httpd/conf.d ../configure && sudo make install > > Please note that your MySQL super user password will be stored in plain > text. So if you are paranoid, don't use that feature. Otherwise, enjoy. > > > Thanks, > > Steven > > > _______________________________________________ > Mailing list: https://launchpad.net/~aikiframework-devel > Post to : [email protected] > Unsubscribe : https://launchpad.net/~aikiframework-devel > More help : https://help.launchpad.net/ListHelp > > -- ——— christopher adams 86 186 1172 0021 | 1 646 201 3335 49 15 156 219931 | 886 953 036 630 chris.raysend.com _______________________________________________ Mailing list: https://launchpad.net/~aikiframework.admins Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework.admins More help : https://help.launchpad.net/ListHelp

