1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Template: b2evolution/db_ask
Type: boolean
_Description: Create the database automatically?
b2evolution needs a database to be configured and initialized correctly.
.
This operation can be performed automatically for a MySQL database, if your MySQL server is currently running. You will only be prompted for the database name.
.
Automatically creating the database does not make sense if a b2evolution
database already exists, or if no database server was configured when
b2evolution was installed.
Template: b2evolution/db_name
Type: string
Default: b2evolution
_Description: b2evolution database name:
All the tables used by b2evolution will be installed in a new database. Please enter a name that does not correspond to an existing database.
Template: b2evolution/host
Type: string
Default: http://www.example.com/b2evolution
_Description: URL of your blogs:
Note that if you want to test b2evolution locally, do not enter the machine hostname but use 'http://localhost' instead.
Template: b2evolution/db_manual
Type: note
_Description: Database-related configuration
Before using your blog, you must modify the b2evolution configuration file manually.
.
You need to edit /etc/b2evolution/_config.php and set the database-related variables to the appropriate values.
Template: b2evolution/apache
Type: note
_Description: Web server configuration
You may need to configure your web server before using b2evolution, in order to create an alias or configure a particular virtual host.
.
You must do this manually, but an example configuration file can be found at /usr/share/doc/b2evolution/extras/b2evolution.conf
Template: b2evolution/install_auto
Type: note
_Description: Database initialization or upgrade
The database may need to be initialized or upgraded now. To do so, please point your browser to ${base_url}/install and follow the instructions.
Template: b2evolution/install_manual
Type: note
_Description: Database initialization or upgrade
Before you can use your blog, the database may need to be initialized or upgraded.
After editing /etc/b2evolution/_config.php and configuring the web server, please point your browser to ${base_url}/install and follow the instructions.
Template: b2evolution/install_semi_manual
Type: note
_Description: Database initialization or upgrade
Before you can use your blog, the database may need to be initialized or upgraded.
After configuring your web server, please point your browser to ${base_url}/install and follow the instructions.
Template: b2evolution/db_remove
Type: boolean
_Description: Purge the b2evolution database?
If you don't need the b2evolution database (${b2evo_db_name}) any longer, it could be purged automatically. The database user and tables used by b2evolution would be removed.
|