Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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