Skip to content

mRokita/WebSB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSB

A Web server browser for DP2 (http://digitalpaint.org)

Instalation

git clone https://github.com/mRokita/WebSB
cd WebSB
sudo python setup.py install

Configuration

  • Create a SQL database (and user) for WebSB
  • Edit the config
cd /etc/websb/
cp sb.default.ini sb.ini
edit sb.ini # Specify the URI of that database in this file
  • Add the website to apache2's site config (the defaut location is /etc/apache2/sites-enabled/000-default.conf)
WSGIScriptAlias / /usr/share/websb/webserverbrowsers.wsgi
  • Restart apache2
service apache2 start

Running

sudo /etc/init.d/websbd start # Or sudo service websbd start

About

A Web server browser for DP2 (http://digitalpaint.org)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published