Files
ports/www/b2evolution/pkg-message
Pav Lucistnik 09d3ef7b91 - Update to 1.10.2
PR:		ports/113656
Submitted by:	Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer)
2007-06-14 21:14:48 +00:00

36 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
==================================================================
b2evolution is now installed. If you install it for the first time,
you may need to perform the following steps.
1. Create the MySQL database:
# mysqladmin --user=root -p create b2evolution
2. Create a mysql user/password for the b2evolution database:
(change user and/or password if required)
# mysql -u root -p
mysql> GRANT ALL ON b2evolution.* TO b2evouser@localhost
IDENTIFIED BY 'b2evopassword';
mysql> FLUSH PRIVILEGES;
mysql> QUIT;
3. Please add the following to your apache config, and restart.
#
# Directives to allow use of b2evolution
#
Alias /%%B2EVO_URL%% "%%TARGETDIR%%/%%B2EVO_DIR%%/"
4.Open b2evo installation page in your web browser
and login with b2evouser/b2evopassword
http://www.your.host/%%B2EVO_URL%%/blogs/install/
If you are doing a fresh install...
Note that password carefully! It is a random password that is given to you
when you install b2evolution.
If you lose it, you will have to delete the database tables and reinstall.
Have fun!
==================================================================