Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/funkymed/funkylab3
my old cms from 2007 (with a lots of js)
https://github.com/funkymed/funkylab3
Last synced: about 2 months ago
JSON representation
my old cms from 2007 (with a lots of js)
- Host: GitHub
- URL: https://github.com/funkymed/funkylab3
- Owner: funkymed
- Created: 2014-02-11T23:51:00.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T12:17:28.000Z (over 7 years ago)
- Last Synced: 2024-04-13T16:21:42.501Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.41 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Funkylab3
=========# Introduction
Funkylab3 is an easy and fast way to make online app without coding.
You only have to make directory and make xml file to create an app.## Author
Cyril Pereira http://www.cyrilpereira.com
## How to install
In mysql make a database like 'f3'
~~~
create database f3;
~~~~Import the database in commande line :
~~~
mysql -u root f3