Skip to content

Commit

Permalink
fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
rowinggolfer committed Oct 24, 2013
1 parent 7f260b5 commit 7b44d62
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
52 changes: 52 additions & 0 deletions INSTALL.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
To get openMolar running from the git repo, please follow these instructions


I will give instructions tested debian jessie

####INSTALL INSTRUCTIONS#####

----------------------------------------------------------------------------------------------------------------
##CLIENT MACHINE##
ensure depenencies are met on the client machine
~$sudo apt-get install python-mysqldb python-qt4

that's it!

----------------------------------------------------------------------------------------------------------------

##SERVER MACHINE##
ensure dependencies are met on the server machine (which will probably be the same machine as your client for testing purposes, providing a service on "localhost")
~$sudo apt-get install mysql-server

MAKE A CAREFUL NOTE OF THE PASSWORD YOU SET UP FOR THE ROOT MYSQL-USER. YOU CANNOT CREATE A DATABASE WITHOUT THIS.

----------------------------------------------------------------------------------------------------------------


You are ready to try openmolar (you can do this without installing ANYTHING)

cd into the src directory and type
./main.py

on first run of openMolar, you set a password for the app, you are given an opportunity to install a test database.


NB - The test database is currently very limited with only 1 patient. (serial no 1)
But The app will not run without it!


the test database has one operator - "user". So when prompted, enter the system password you just set up, and put "user" into the user1 field.


if you wish to re-initiate your settings at any point, delete the file ~/.openmolar/openmolar.conf, or edit this file (with care)


when you are ready to install, type

python setup.py install


regards

Neil Wallace <neil@openmolar.com>
Updated 24th Oct 2013
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
openmolar1
==========

Dental Practice Management Software.

see www.openmolar.com for description

0 comments on commit 7b44d62

Please sign in to comment.