From da9e03003a22fd39f2a790b4568af5211d3b1523 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 22 Aug 2010 21:21:26 -0700 Subject: Style and text cleanups to tighten up the page and make it a little easier to understand. --- installer/views/get_db_info.html.php | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) (limited to 'installer/views') diff --git a/installer/views/get_db_info.html.php b/installer/views/get_db_info.html.php index ada0793c..9fc1accd 100644 --- a/installer/views/get_db_info.html.php +++ b/installer/views/get_db_info.html.php @@ -1,25 +1,27 @@ -

Welcome!

+

Let's get going!

- Installing Gallery is very easy. We just need to know how to talk - to your MySQL database, and we need a place to store your photos on - your web host. + Installing Gallery is easy. We just need a place to put your photos + and info about your MySQL database.

-
+
Photo Storage -

+

We're having trouble creating a place for your photos. Can you - help? Please create a directory called "var" using mkdir var in your - gallery3 directory, then run chmod 777 var. That - should fix it. -

+ help? We need you to create a directory called var in + your gallery3 directory. This sample code works for most users. + Run it in the gallery3 directory: + + mkdir var
+ chmod 777 var +
Check again

-

+

We've found a place to store your photos:

@@ -31,14 +33,14 @@
Database

- We've provided values that work for most common web hosts. If - you have problems, contact your web host for help. + Gallery 3 needs a MySQL database. The values provided work for + most setups, so if you're confused try clicking continue.


- Database Name + Database name @@ -70,7 +72,7 @@
- Table Prefix + Table prefix (optional) -- cgit v1.2.3