aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-08 15:48:12 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-08-08 15:48:12 +0000
commitabf85db7711937fecf4b62fb268313ad2e9aabca (patch)
tree6556d974aaaf65d5e3d8218aa88bd4c1a4276c76
parent1d1116812d1f0d18e9ca65022dcc52c6c815967d (diff)
downloadelgg-abf85db7711937fecf4b62fb268313ad2e9aabca.tar.gz
elgg-abf85db7711937fecf4b62fb268313ad2e9aabca.tar.bz2
Added content to stub files
git-svn-id: https://code.elgg.org/elgg/trunk@1803 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--CONTRIBUTORS.txt2
-rw-r--r--INSTALL.txt59
-rw-r--r--README.txt37
3 files changed, 98 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index e69de29bb..545ed9410 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -0,0 +1,2 @@
+CONTRIBUTORS
+
diff --git a/INSTALL.txt b/INSTALL.txt
index e69de29bb..56f7848c1 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -0,0 +1,59 @@
+
+Elgg 1.0 installation
+
+This is a placeholder file, and will be rewritten before the official
+launch. However, here are some basic instructions. Commercial
+support is available for Elgg; email info@elgg.com for more details.
+
+
+CORE REQUIREMENTS
+
+ * Apache web server with the following modules:
+ o mod_rewrite
+ o PHP (see below)
+ * MySQL 5+
+ * PHP 5.2+ as an Apache mod (not in CGI mode or safe mode)
+ with the following libraries:
+ o GD
+ o JSON
+
+It is recommended that you increase the memory available to PHP
+threads beyond the standard 8 or 12M, and increase the maximum
+uploaded filesize (which defaults to 2M). In both cases, this
+can be found in your php.ini.
+
+INSTRUCTIONS
+
+1. Upload Elgg
+
+Upload Elgg to your site's document root. Create a folder for
+Elgg to store files, preferably underneath the document root.
+Make sure that the folder has the proper permissions, for example:
+
+chmod 777 /home/mysite/data
+Create a database
+
+Create a database for Elgg to store its data. Because of Elgg's
+ability to host multiple sites you will only have to do this once.
+
+2. Setup
+
+Once you've completed the previous step, point your browser to your
+site. You'll be greeted by the Elgg installer. Once it's set up a
+few essential files, the installer will ask for the database details
+(database username, password, database name and table prefix) if not
+already set up in the previous step, and some basic details for
+setting up your first (primary) Elgg site, where Elgg will already
+have guessed some initial values:
+
+ * The name of your site
+ * The site URL
+ * The full path to your site root on your disk
+ * The full path to the directory where uploaded files will be stored (the data folder you created earlier)
+ * The default language code for your site
+ * The type of default view (for example mobile, iphone or default)
+
+After this step you will be prompted to create an initial user. This
+user will be the first system administrator. This is the last step,
+and you'll be ready to start working with your new Elgg site.
+ \ No newline at end of file
diff --git a/README.txt b/README.txt
index e69de29bb..4402cdaea 100644
--- a/README.txt
+++ b/README.txt
@@ -0,0 +1,37 @@
+Elgg version 1.0
+Copyright (c) 2008 Curverider Ltd
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program; if not, write to the Free Software
+Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+USA
+
+
+ABOUT:
+
+Elgg concept originally by:
+Ben Werdmuller <ben@elgg.com> and David Tosh <dave@elgg.com>
+
+To learn more about enterprise-grade support and services for Elgg,
+contact us via one of the following methods:
+
+Email: info@elgg.com
+Skype: curverider
+Web: http://elgg.com/
+
+The open source project site can be found at http://elgg.org/
+
+Elgg 1.0 is released under the GNU Public License (GPL), which
+is supplied in this distribution as LICENSE.
+
+For installation instructions, please see the INSTALL file.