Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
RMHDesign1.0.doc | 2008-05-26 | 7.3 MB | |
RMHHomebaseHelpGuide1.0.doc | 2008-05-26 | 1.6 MB | |
README1.0.rtf | 2008-05-26 | 3.8 kB | |
Totals: 3 Items | 8.9 MB | 0 |
{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf270 {\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fnil\fcharset0 Monaco;\f2\fnil\fcharset0 Verdana; } {\colortbl;\red255\green255\blue255;} \margl1440\margr1440\vieww13740\viewh18760\viewkind0 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural \f0\fs24 \cf0 Installing the RMH Homebase software on your server.\ \ 1. Uncompress the download file RMHHomebase.zip and you will get the directory RMHHomebase\ \ 2. Be sure that PHP5 and MySQL are running on the server where this software will reside.\ \ 3. Create a MySQL database called 'rmhhomebase'.\ \ 4. Inside this directory, there is a file called dbInfo.php, which looks like this:\ \ \pard\pardeftab720\ql\qnatural \f1\fs22 \cf0 <?php\ /*\ * This file is only the connection information for the database.\ * This file will be modified for every installation.\ * See README file for the details.\ */\ function connect()\{\ $host = "\ul serverURL\ulnone ";\ $database = "rmhhomebase";\ $user = "\ul username\ulnone ";\ $pass = "\ul password\ulnone ";\ \ $connected = mysql_connect($host,$user,$pass);\ if (!$connected) return mysql_error();\ $selected = mysql_select_db($database, $connected);\ if (!selected) return mysql_error();\ else return true;\ \}\ ?>\ \ \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural \f0\fs24 \cf0 You will need to edit the underlined text in this file so that your own \ul serverURL\ulnone , along with a MySQL \ul username\ulnone and \ul password\ulnone for the 'rmhhomebase' database, are in the places indicated. If you are running the system on your own machine, the \ul serverURL\ulnone should be set to 'localhost'.\ \ 5. Copy all the files and directories from inside the RMHHomebase directory into your \ul serverURL\ulnone directory.\ \ 6. Run the PHP script dbInstall.php. That initializes all the database tables for RMHHomebase and initializes a special user account 'admin' with password 'admin'.\ \ 7. To test the system, open a browser and set the URL to \ul serverURL\ulnone /index.html -- the RMHHomebase login page should appear.\ \ 8. To begin using RMH Homebase, log in as 'admin' with password 'admin'. The Word document \b RMHHomebase Help Guide \b0 , provides tutorial guidance for adding persons to the database, updating the master schedule, and generating new calendar weeks.\ \ 9. If you want to exercise the system using a small hypothetical database and master schedule:\ a. Run the PHP script testDBSchedules.php -- this will create a database of 71 persons with surname 'jones'.\ b. Login as 'admin' (password 'admin') and generate a few calendar weeks from the master schedule.\ c. Now you are ready to try calendar scheduling and the other functions described in the\ \b RMHHomebase Help Guide. \b0 \ \ If you have questions or suggestions, please contact Allen Tucker (allen@bowdoin.edu), Oliver Radwan (oliver.radwan@gmail.com), or Maxwell Palmer (mpalmer@bowdoin.edu).\ \ Enjoy!\ \ \ **************************************************************************************\ \pard\pardeftab720\ri720\sa240 \f2\b \cf0 Copyright 2008 by Oliver Radwan, Maxwell Palmer, Nolan McNair, Taylor Talmadge, and Allen Tucker. RMH Homebase is a web-based open source volunteer scheduling software system designed at Bowdoin College for the Ronald McDonald House of Portland, ME.\ \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural \f0\b0 \cf0 **************************************************************************************\ \pard\pardeftab720\ri720\sa240 \f2\b \cf0 \ }