Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.07 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.07 KB

newstrap

A fast, lightweight web framework written in newLISP

How does it look like?

Alt text

How to use:

1) update the database configuration file:
nano db.conf
2) start the server with:
sudo newlisp -http -d 80 -w ~/path/to/newstrap/
3) point your browser to:
http://localhost/index.cgi

For further customization, see the following pages for sample content: http://bootstrapdocs.com/v3.3.4/docs/examples/theme/ http://bootstrapdocs.com/v3.3.4/docs/getting-started/#examples

Use following links for CDN-hosted CSS, Theme, jQuery and Javascript: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js

License

Newstrap is free software; see LICENSE for more details.