License
Unknown, Unknown licenses found
Licenses found
Unknown
LICENSE
Unknown
COPYING.txt
stpettersens/ladle
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
****************************************************************** 08/12/2015 Daniel Rampel has forked Ladle and is adding support for POST requests, Lua scripting (Lua pages/scripts), etc. Please see: https://github.com/danielrempel/ladle I would strongly recommend that you use his fork rather than the original project listed here. ****************************************************************** 13/03/2015 Ladle (lua-web-server) was originally a project on Google Code, the original code has been ported as-is to Github because Google Code is being shut down. ****************************************************************** -------------------------------- Ladle web server -------------------------------- Prerequisites: * Lua interpreter * LuaSocket * CGILua * XML4Lua ============================================================= To start the Ladle web server: 1) Open up a shell prompt 2) Navigate to directory containing ladle.lua 3) Run "webs" script Make sure that the Lua intepreter is in your PATH or you will have to type the full path to the Lua interpeter e.g. /path/to/lua ladle.lua The server runs by default on port 80 and can be accessed in a web browser with http://localhost Files served by the server should be placed in /www ============================================================= To stop the Ladle web server: 1) Open up a shell prompt 2) Navigate to directory containing ladle.lua 3) Run "telin" script followed by port number -> E.g. "telin 80" or "./telin.sh 80" if you ran the server on port 80 4) Type "kill" and hit return =============================================================
About
Resources
License
Unknown, Unknown licenses found
Licenses found
Unknown
LICENSE
Unknown
COPYING.txt
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published