Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/funkymed/funkylab2
my old cms from 2005 (can do everything and too much)
https://github.com/funkymed/funkylab2
Last synced: about 2 months ago
JSON representation
my old cms from 2005 (can do everything and too much)
- Host: GitHub
- URL: https://github.com/funkymed/funkylab2
- Owner: funkymed
- Created: 2014-02-11T23:04:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T12:20:46.000Z (over 7 years ago)
- Last Synced: 2024-04-13T16:21:42.423Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 5.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Funkylab 2.20
=============# Introduction
Funkylab is a CMS originally done in php4 in "spaghetti pure style".This version is full compatible php5, but keep the good old shitty code :)
This CMS is here just to study. You will discover how was made CMS in 2005.
GitHub : https://github.com/funkymed/funkylab2
## Author
Cyril Pereira http://www.cyrilpereira.com
## Doc
See the file [data/doc/FunkylabV2.19.6.doc](data/doc/FunkylabV2.19.6.doc)# How to install
You need to make a vhost like this :
```ServerName funkylab2.local
DocumentRoot /your_path_files/web/
DirectoryIndex index.php index.html
AllowOverride All
Options +FollowSymLinks
Order allow,deny
allow from all
```
add this url to your hosts file `funkylab2.local`
make the directory web/image in chmod 777 :
```bash
chmod 777 web/image
```create a database called 'f2' and load the data/dump/bddfunkylab2.sql file in it.
In commande line :
```bash
mysql -u root f2
```and voilà you can now see the website on http://funkylab2.local
## Widget
You will found the source of the widget in data/widget/sources_widget
The widget is coded with yahoo widget engine (ex konfabulator) and can found in data/widget