Menu

Tree [1bc58e] master /
 History

HTTPS access


File Date Author Commit
 3rdparty unknown
 admin 2014-05-12 sethcoder sethcoder [c0c47b] update Convert mysql to mysqli, v3.3.0
 config 2014-04-15 sethcoder sethcoder [59f6f9] update wiki update
 facebook 2014-05-12 sethcoder sethcoder [fa5093] update mysqli migration
 files unknown
 images unknown
 include 2014-05-14 Seth Parson Seth Parson [86d00b] update socials
 install 2014-05-13 Seth Parson Seth Parson [a112e4] update fix install
 modules 2014-05-14 Seth Parson aka Smashed Seth Parson aka Smashed [302055] update social stuff
 themes 2014-05-12 sethcoder sethcoder [c0c47b] update Convert mysql to mysqli, v3.3.0
 tools 2014-05-12 sethcoder sethcoder [c0c47b] update Convert mysql to mysqli, v3.3.0
 .gitignore 2014-05-08 Seth Parson Seth Parson [ee4e5f] update admin update feature
 404.php unknown
 LICENSE.md 2013-08-13 sethcoder sethcoder [ebed20] lilheader.php
 README.md 2014-04-15 sethcoder sethcoder [1d8956] update
 build.dat 2014-05-14 Seth Parson Seth Parson [1bc58e] update updates
 donate.php unknown
 footer.php 2014-04-15 sethcoder sethcoder [59f6f9] update wiki update
 freako.php unknown
 gitupdate.php unknown
 header.php 2014-05-13 Seth Parson Seth Parson [a112e4] update fix install
 index.php unknown
 lilheader.php 2014-04-15 sethcoder sethcoder [59f6f9] update wiki update
 link_out.php 2014-05-12 sethcoder sethcoder [c0c47b] update Convert mysql to mysqli, v3.3.0
 login.php 2014-05-12 sethcoder sethcoder [c0c47b] update Convert mysql to mysqli, v3.3.0
 pull unknown
 push unknown
 robots.txt unknown
 status.php unknown

Read Me

RFSCMS - Really Frickin Simple Content Management System.

This project is available free of charge,
and you may use it and modify it under the GNU GPL v3.

The RFS CMS home page is http://rfscms.org/

INSTALLATION:

You must set up Apache2, PHP, and MySQL prior to installation.
For Linux install LAMP package. For Windows install each package
separately or use something like XAMPP (http://www.apachefriends.org/)
Please note, that there has been very little testing using Windows,
so some things may not work.
See the official wiki for more information about how to set this up.

You can either manually download the zip file, or clone the git
repository.

GIT:

Example:

git clone https://github.com/sethcoder/rfscms.git www

sudo chmod -R 777 www

ZIP:

(Download the zip file and unzip the folder to the root of your www folder)
Example:

wget https://github.com/sethcoder/rfscms/archive/master.zip

sudo chmod -R 777 (unzipped folder location)

After you have the files installed, simply use your browser and navigate to
your domain. The install page should take it from there.

NOTE: You must set up MySQL prior to installing. If you are not sure how
to do this, contact a system administrator. phpMyAdmin is included in the
RFSCMS package, so you can click on the phpmyadmin link on the install page
and update your database to include a valid user and table for RFSCMS to use.

Please note, this install has only been tested using linux, and only
limited testing with Windows. If you use other OS configurations,
please let me know if it works ok, or if you encounter problems.

NOTES:

In order for this package to work properly, you must edit your php.ini
file to make the following changes.

short_open_tags=on

In the error reporting I recommend adding the following onto the end

~E_NOTICE

This should take care of the Notice messages.
I plan on correcting all the notices in the future.

================================================================

Some parts of this project, the 3rdparty folder in particular,
are from other projects. I have made the best effort of
providing documentation, and disclosure every where I can when it
comes to these 3rd party sources. Other parts, such as icons have
all been checked to ensure they are available to redistribute with
projects such as this one. If you feel there is a mistake, there
is copyrighted content, or I have left out important information,
please contact me, and I will make sure these issues are corrected.

Email: sethcoder@rfscms.org
Twitter: @SethCoder
http://rfscms.org/

================================================================