Lines 1-13
Link Here
|
1 |
================================================================== |
1 |
================================================================== |
2 |
b2evolution is now installed. If you install it for the first time, |
2 |
b2evolution is now installed. If you install it for the first time, |
3 |
you may have to follow this steps to make it work correctly. |
3 |
you may need to perform the following steps. |
4 |
|
4 |
|
5 |
1. Create the MySQL database: |
5 |
1. Create the MySQL database: |
6 |
|
6 |
|
7 |
# mysqladmin --user=root -p create b2evolution |
7 |
# mysqladmin --user=root -p create b2evolution |
8 |
|
8 |
|
9 |
2. Create a mysql user/password for b2evolution(database): |
9 |
2. Create a mysql user/password for the b2evolution database: |
10 |
(change user and/or password if requered) |
10 |
(change user and/or password if required) |
11 |
|
11 |
|
12 |
# mysql -u root -p |
12 |
# mysql -u root -p |
13 |
mysql> GRANT ALL ON b2evolution.* TO b2evouser@localhost |
13 |
mysql> GRANT ALL ON b2evolution.* TO b2evouser@localhost |
Lines 19-25
Link Here
|
19 |
[1;32m# |
19 |
[1;32m# |
20 |
# Directives to allow use of b2evolution |
20 |
# Directives to allow use of b2evolution |
21 |
# |
21 |
# |
22 |
Alias /%%PORTNAME%% "%%TARGETDIR%%/%%B2EVO_DIR%%/"[m |
22 |
Alias /%%B2EVO_URL%% "%%TARGETDIR%%/%%B2EVO_DIR%%/"[m |
23 |
|
23 |
|
24 |
4.Open b2evo installation page in your web browser |
24 |
4.Open b2evo installation page in your web browser |
25 |
and login with b2evouser/b2evopassword |
25 |
and login with b2evouser/b2evopassword |