From af408818471244d74347e670ff7de53195aedb91 Mon Sep 17 00:00:00 2001 From: Thilina Hasantha Date: Wed, 28 Dec 2016 23:20:56 +0100 Subject: [PATCH] Read me updated --- readme.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 026724dc..c072f657 100644 --- a/readme.md +++ b/readme.md @@ -79,15 +79,16 @@ Preparing development VM ~ $ ant buildlocal ``` -- If you destroyed the vagrant machine and created it again, you should run table creation scripts +- Execute table creation scripts ``` -~ $ mysql -u dev -p dev dev < /vagrant/scripts/icehrmdb.sql -~ $ mysql -u dev -p dev dev < /vagrant/scripts/icehrm_master_data.sql +~ $ mysql -udev -pdev dev < /vagrant/core-ext/scripts/icehrmdb.sql +~ $ mysql -udev -pdev dev < /vagrant/core-ext/scripts/icehrm_master_data.sql +~ $ mysql -udev -pdev dev < /vagrant/core-ext/scripts/icehrm_sample_data.sql ``` - Navigate to [](http://clients.app.dev/dev) to load icehrm from VM. (user:admin/pass:admin) -- Runing unit test +- Unit testing ``` ~ $ cd /vagrant