Skip to content

claygod/Rumba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rumba

A Lua MVP web micro-framework.

Features

  • Runs over Apache2 (with mod_lua)
  • MVP structure
  • Basic routing
  • Object oriented style
  • Autoloading 'classes'
  • Dependency Injection (DI)
  • Ability to use precompiled files for acceleration

Installation

  • Copy and unpack for hosting distribution
  • Edit the line: app.local_path_left = "htdocs" in the file 'index.lua'
  • In the configuration file in "httpd.conf" in DirectoryIndex section add index.lua and uncomment the line "LoadModule lua_module modules/mod_lua.so"

Copyright © 2016-2019 Eduard Sesigin. All rights reserved. Contacts: claygod@yandex.ru

About

Micro framework Rumba written in Lua language for web development faster and light sites or CMS that are hosted on Apache (with mod_lua module)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors