Skip to content

samuelpulfer/webpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpy

Installation

git clone https://github.com/wunderlins/webpy.git
./bin/setup.sh

Run

$ cd projectdir
$ . ./lib/setenv.sh
$ start # can be run from any directory or
$ <path to rootdir>/bin/start.sh # can be run from any directory
dito stop
$ help # for a list of commands

Development

  • use ./bin/clean.sh to remove all extracted libraries and session/temp files (does not remove etc/user.db, subsequent calls to setup.sh will update existing users)
  • use ./bin/setup.sh to create a new installation
  • use . ./lib/setenv.sh to setup helper scripts for administration, these provide the following commands: help, start, stop, restart, status

Dependencies

  • gcc
  • python uuid

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 41.1%
  • HTML 40.5%
  • Shell 7.2%
  • JavaScript 7.0%
  • CSS 2.8%
  • C 0.9%
  • PLpgSQL 0.5%