Skip to content

Derioss/docker_sqldesigner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

docker_sqldesigner

description

Based on centos.

SQLdesigner provide by python's framework web2py.

you can try it on sqldesigner's developer webiste : http://ondras.zarovi.cz/sql/demo/?keyword=default

usage

put yours certificate in ./certificates with the same name (or modify dockerfile)

edit web2py/dockerfile and modify on line 28 "youradminpassword"

git clone https://github.com/Derioss/docker_sqldesigner.git

cd web2py 
docker build -t designer .
# /opt/web2py/applications/designer/databases is the path of sqllite
docker run --name=designer --restart always -v yourpath:/opt/web2py/applications/designer/databases -d -p 443:443 designer
docker start designer

go in https://yoururl/designer/ and enjoy

software source

sqldesigner : https://github.com/ondras/wwwsqldesigner

web2py : http://www.web2py.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published