Project

General

Profile

« Previous | Next » 

Revision 1500

Added by DarkViper about 13 years ago

sync working copy, update /INSTALL

View differences:

branches/2.8.x/LICENSE
1 1
License
2 2
=======
3 3
WebsiteBaker is released under the GNU General Public License,
4
Copyright (C) 2004-2009 Ryan Djurovich.
5
Copyright (C) 2009-2011 Website Baker Org. e.V.
4
Copyright by Ryan Djurovich.
5
All changes since 2009 copyright by Website Baker Org. e.V.
6 6
Please refer to the COPYING file for a copy of the license.
7 7

  
8 8
LICENSE INFORMATION
9 9

  
branches/2.8.x/INSTALL
1
WebsiteBaker 2 Installation Instructions
1
WebsiteBaker 2.8.2 Installation Instructions
2 2
============================================
3
This will quickly explain what you will need
4
to install websiteBaker.
5 3

  
6
First of all, you must have a webserver with
7
PHP and MySQL installed correctly. Once you 
8
have got that, place the "wb" folder 
9
somewhere on your server, probably under the
10
document root:
11
e.g. /documentroot/wb
4
You can find detailed informations in the INSTALL
5
file of the needed installer interface.
12 6

  
13
This should be accessed by an address 
14
something like this:
15
e.g. http://localhost/wb/
7
Short Instruction:
16 8

  
17
Now create a blank MySQL database
18
(Commonly called "wb").
9
1.: create empty database and remember access data
10
2.: Unzip WB and move it to the Server
11
3.: Unzip Fix-Packet and move it to the Server  !!! very important !!!
12
4.: chmod directories/files as usual if needed (most with mod-apache running)
13
5.: rename config.php.new into config.php (never needed with micro-installer)
14
6.: start installation
19 15

  
20
Once that is all done simple run the
21
install script from your browser:
22
e.g. http://localhost/wb/install/index.php
23

  
24
Fill-out the form and submit it, and if all
25
the details are correct, you should be taken
26
to WebsiteBaker Administration.
27 16

  
branches/2.8.x/CHANGELOG
12 12

  
13 13
=============================== FEATURES FREEZE ================================
14 14
----------------------------------- Fixes 2.8.2 --------------------------------
15
11 Aug-2011 Build 1500 Werner v.d.Decken(DarkViper)
16
# sync working copy
15 17
11 Aug-2011 Build 1499 Werner v.d.Decken(DarkViper)
16 18
# little fix in calling globalExceptionHandler from inner core files
17 19
11 Aug-2011 Build 1498 Werner v.d.Decken(DarkViper)
branches/2.8.x/wb/admin/interface/version.php
52 52

  
53 53
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
54 54
if(!defined('VERSION')) define('VERSION', '2.8.2');
55
if(!defined('REVISION')) define('REVISION', '1499');
55
if(!defined('REVISION')) define('REVISION', '1500');
branches/2.8.x/wb/languages/old.format.inc.php
153 153
$MESSAGE['ADDON']['MANUAL_INSTALLATION']  = $MESSAGE['ADDON_MANUAL_INSTALLATION'] ;
154 154
$MESSAGE['ADDON']['MANUAL_INSTALLATION_WARNING']  = $MESSAGE['ADDON_MANUAL_INSTALLATION_WARNING'] ;
155 155

  
156

  
157

  
158

  
159
?>
160 156

  
branches/2.8.x/wb/languages/TR.php
26 26

  
27 27
// Set the language information
28 28
$language_code = 'TR';
29
$language_name = 'Turkish';
29
$language_name = 'Türk';
30 30
$language_version = '2.8';
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Atakan KOÇ';
branches/2.8.x/wb/languages/RU.php
26 26

  
27 27
// Set the language information
28 28
$language_code = 'RU';
29
$language_name = 'Russian';
29
$language_name = 'Русский';
30 30
$language_version = '2.8';
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Kirill Karakulko (kirill@nadosoft.com)';
branches/2.8.x/wb/languages/BG.php
26 26

  
27 27
// Set the language information
28 28
$language_code = 'BG';
29
$language_name = 'Bulgarian';
29
$language_name = 'Български';
30 30
$language_version = '2.8';
31 31
$language_platform = '2.8.x';
32 32
$language_author = 'Hristo Benev(Христо Бенев)';
branches/2.8.x/README
27 27
Support
28 28
=======
29 29
For information about finding help:
30
http://www.websitebaker2.org/
30
http://www.websitebaker2.org/forum/
31 31

  
32 32
Community
33 33
=========
34 34
For more information about finding help:
35
http://www.websitebaker2.org/
35
http://www.websitebaker2.org/forum/
36 36

  
37 37
Bugs
38 38
====
39 39

  

Also available in: Unified diff