Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Latest commit

 

History

History
50 lines (31 loc) · 1.04 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.04 KB

Embedthis Http Library

Licensing

The Http library is dual-licensed under a GPLv2 license and commercial licenses are offered by Embedthis Software. See http://embedthis.com/licensing/index.html for licensing details.

To Read Documentation:

See doc/index.html

Prerequisites:

Ejscript (http://www.ejscript.org/downloads/ejs/download.ejs) for the Bit and Utest tools to configure and build.

To Build:

./configure
bit

Alternatively to build without Ejscript:

make

Images are built into */bin. The build configuration is saved in */inc/bit.h.

To Test:

bit test

To Run:

bit run

This will run appweb in the src/server directory using the src/server/appweb.conf configuration file.

To Install:

bit install

To Create Packages:

bit package

Resources