Skip to content
This repository has been archived by the owner on Apr 18, 2022. It is now read-only.

tzakrajs/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLOG

What is it?

Blog is the beggining of a web framework for small projects based on bridgebeam

How do I install it?

Skip to here for Apache + mod_wsgi instructions

To start, you will want to install the module:

$ sudo python ./setup.py install

Then you can start the server with:

$ run_server.py
Bottle v0.12.5 server starting up (using WSGIRefServer())...
Listening on http://0.0.0.0:8080/
Hit Ctrl-C to quit.

Apache and mod_wsgi

  1. git clone project into a directory which is writeable by apache
  2. set WSGIScriptAlias to point at the full path of run_server.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages