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.admins
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework.admins
More help   : https://help.launchpad.net/ListHelp

Reply via email to