Skip to content

Madimo/rixb-webpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rixb-webpy

rixb powered by web.py

##a test

$ wget https://github.com/RicterZ/rixb-webpy/archive/master.zip
$ unzip master.zip && rm master.zip
$ mv rixb-webpy-master rixb
$ cd rixb/lib
$ vi local-settings.py

then, set some parameters.

database_type = 'mysql'
MySQL_host = 'localhost'
MySQL_user = 'root'
MySQL_pass = 'xxx'
MySQL_DB = 'rixb'

or

database_type = 'sqlite'
sqlite_path = 'rixbdb.db'

and esc :wq to save it. then,

$ cd ..
$ python init_db.py
$ python main.py

and in the browser access http://127.0.0.1:8080/

About

rixb powered by web.py

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 57.7%
  • Python 33.4%
  • JavaScript 8.9%