GitXplorerGitXplorer
r

medical-cms-sample

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
3de846ac90545deb16aba7aad6e334530184b5c5

Aded more instruction to run

rraphaelluchini committed 9 years ago
Unverified
6e1f3471eceba76ae697d63cfca00fcfe70a3850

Added anamnese search on menu

rraphaelluchini committed 9 years ago
Unverified
871262aebc8ebc8fb80e2e469f65c01a6c03eb18

Added search anamneses by period

rraphaelluchini committed 9 years ago
Unverified
fe6c75beb710f997e6ca240fa61cd40e17499528

Added form validations, fixed file upload when there's no image selected

rraphaelluchini committed 9 years ago
Unverified
f471313569db7e2c4281e7343808fea6c764b76a

Fixed database tables names and relations

rraphaelluchini committed 9 years ago
Unverified
02757c30b45553102311d89fa0eb839f55c989cc

Fixed readme informations, aded languages highlights

rraphaelluchini committed 9 years ago

README

The README file for this repository.

MedicCmsSample

Medical CMS sample using Java

##Getting Started OSX/Linux:

git clone https://github.com/raphaelluchini/medical-cms-sample.git
cd medical-cms-sample
mvn compile && mvn exec:java

##Using IDEs:

###Eclipse:

File > Import > Maven > Existing Maven Projects > (Browse your project folder) > Finish
Run > Run

###NetBeans:

File > Open Project > (Select your project folder)
Run

Open in your browser: http://localhost:4567/

##Database Database connect information are located in com/medicalcms/CommandLineOptions Check if they are the same of your computer if you need to override default configurations, you can use those following params:

--debug --database --db-host --db-username --db-password --db-port

For example:

mvn compile && mvn exec:java -Dexec.args="--db-username someuser --db-password password"

##Creating mySQL database

mysql < medicalcms.sql

Or use any database software that supports mySQL