shinesoftware / shineisp

ShineISP is a complete web based solution to manage your web hosting business and your web hosting clients. Our aim is to create a free alternative to the well known management systems for web hosting and Internet Service Provider businesses.
http://www.shineisp.com/
BSD 3-Clause "New" or "Revised" License
62 stars 38 forks source link

Database Schema #359

Closed shineisp-user closed 10 years ago

shineisp-user commented 10 years ago

Hi,

Am looking to contribute... Will spend some time over the next few weeks getting familiar with ShineISP... Do you have a database schema available? Similar to the following for Roundcube for example:

http://trac.roundcube.net/wiki/Dev_Docs

shinesoftware commented 10 years ago

Hi, look at http://www.shineisp.com/shineisp-database-e-r/ and if you would like to update the schema execute the commands:

 java -jar schemaSpy.jar -gv /usr/local/graphviz-2.14/ -dp mysql-connector-java-3.1.13-bin.jar -t mysql -o /var/www/shineisp/dbschema -host localhost -db shineisp -u youruser -p yourpass

Regards

shineisp-user commented 10 years ago

Excellent. Thank you...