From a1e2aa4a1887795e7bb1ae3233a17f4339f62506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Je=CC=81ro=CC=82me=20Schneider?= Date: Sat, 12 May 2012 18:45:43 +0200 Subject: [PATCH] Working on web admin --- .../Frameworks/Baikal/Scripts/package-flat.sh | 2 +- .../{ => Frameworks/Baikal}/WWWRoot/cal.php | 0 .../{ => Frameworks/Baikal}/WWWRoot/card.php | 0 .../{ => Frameworks/Baikal}/WWWRoot/index.php | 0 INSTALL.md | 26 ++++++++++++++++--- README.md | 2 +- html/cal.php | 2 +- html/card.php | 2 +- html/index.php | 2 +- 9 files changed, 28 insertions(+), 8 deletions(-) rename CoreVersions/0.2.0/{ => Frameworks/Baikal}/WWWRoot/cal.php (100%) rename CoreVersions/0.2.0/{ => Frameworks/Baikal}/WWWRoot/card.php (100%) rename CoreVersions/0.2.0/{ => Frameworks/Baikal}/WWWRoot/index.php (100%) diff --git a/CoreVersions/0.2.0/Frameworks/Baikal/Scripts/package-flat.sh b/CoreVersions/0.2.0/Frameworks/Baikal/Scripts/package-flat.sh index 1d2ebaa..2e4498d 100755 --- a/CoreVersions/0.2.0/Frameworks/Baikal/Scripts/package-flat.sh +++ b/CoreVersions/0.2.0/Frameworks/Baikal/Scripts/package-flat.sh @@ -43,7 +43,7 @@ rm -Rf Core/Scripts rm -Rf Core/Frameworks/Baikal/Scripts # Cleaning WWWRoot -rm -Rf Core/WWWRoot +rm -Rf Core/Frameworks/Baikal/WWWRoot rm -Rf Core/Frameworks/BaikalAdmin/WWWRoot # Cleaning Specific/Virtualhosts diff --git a/CoreVersions/0.2.0/WWWRoot/cal.php b/CoreVersions/0.2.0/Frameworks/Baikal/WWWRoot/cal.php similarity index 100% rename from CoreVersions/0.2.0/WWWRoot/cal.php rename to CoreVersions/0.2.0/Frameworks/Baikal/WWWRoot/cal.php diff --git a/CoreVersions/0.2.0/WWWRoot/card.php b/CoreVersions/0.2.0/Frameworks/Baikal/WWWRoot/card.php similarity index 100% rename from CoreVersions/0.2.0/WWWRoot/card.php rename to CoreVersions/0.2.0/Frameworks/Baikal/WWWRoot/card.php diff --git a/CoreVersions/0.2.0/WWWRoot/index.php b/CoreVersions/0.2.0/Frameworks/Baikal/WWWRoot/index.php similarity index 100% rename from CoreVersions/0.2.0/WWWRoot/index.php rename to CoreVersions/0.2.0/Frameworks/Baikal/WWWRoot/index.php diff --git a/INSTALL.md b/INSTALL.md index 4a204a9..f486988 100755 --- a/INSTALL.md +++ b/INSTALL.md @@ -7,24 +7,44 @@ is copyright (c) 2012 by Jérôme Schneider. This document describes the system requirements for Baïkal Server and the installation routine. -# 0 - System requirements +# 1 - System requirements -Baïkal Server is based on PHP5.2.0, and uses a SQLite3 with PHP PDO. This +Baïkal Server is based on PHP 5.3.0, and uses a SQLite3 with PHP PDO. This document does not cover the installation of these requirements. +## 1 - System requirements for FTP-driven hosting + The following configuration is the minimum required: + +- an hosted webserver running apache 2 and PHP 5.3.0 + +- PHP 5.3.0 or newer with the following extensions: + - PDO and SQLite3 + Some extensions can be optionally compiled into PHP. A list of loaded + extensions can be checked using the phpinfo() function. + +- 30 MB of disk space + +## 2 - System requirements for dedicated server hosting + +The following configuration is the minimum required: + - an Apache2 web server capable of running PHP, and accessible thru a dedicated subdomain (something like "dav.mydomainname.com") NOTE: this document only covers sub-domain based installations. Other installations modes are possible, though not documented (yet). + - root access to a command line on this server NOTE: tools to create and manage users are command line only. Web-based interfaces will be produced in the future. -- PHP 5.2.0 or newer with the following extensions: + +- PHP 5.3.0 or newer with the following extensions: - PDO and SQLite3 Some extensions can be optionally compiled into PHP. A list of loaded extensions can be checked using the phpinfo() function. + - 30 MB of disk space + - Apache configuration that activates "FollowSymlinks" # 1 - Obtaining Baïkal Server diff --git a/README.md b/README.md index ae32b26..275691c 100755 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ http://www.opensource.org/licenses/gpl-license.php. # 3. Baïkal Server requirements -Baïkal Server is based on PHP5.2.0, and uses a SQLite3 with PHP PDO. For more +Baïkal Server is based on PHP 5.3.0, and uses a SQLite3 with PHP PDO. For more information regarding these requirements see the INSTALL.md file in this folder. # 4. What should you do if you have a problem ? diff --git a/html/cal.php b/html/cal.php index fb14e0f..f7f240c 120000 --- a/html/cal.php +++ b/html/cal.php @@ -1 +1 @@ -../Core/WWWRoot/cal.php \ No newline at end of file +../Core/Frameworks/Baikal/WWWRoot/cal.php \ No newline at end of file diff --git a/html/card.php b/html/card.php index 3749e7d..8b81841 120000 --- a/html/card.php +++ b/html/card.php @@ -1 +1 @@ -../Core/WWWRoot/card.php \ No newline at end of file +../Core/Frameworks/Baikal/WWWRoot/card.php \ No newline at end of file diff --git a/html/index.php b/html/index.php index c9a4194..16a3bef 120000 --- a/html/index.php +++ b/html/index.php @@ -1 +1 @@ -../Core/WWWRoot/index.php \ No newline at end of file +../Core/Frameworks/Baikal/WWWRoot/index.php \ No newline at end of file