Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin Interface to support Instrumentation #9

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
44b9dfe
BLIS Linux setup
mapesa Feb 2, 2015
6a89fd7
Added Instrumentation views and tables. Removed old commented coded t…
mapesa Feb 2, 2015
e64cb84
Complete database file - Structure + sample content
mapesa Feb 2, 2015
a12b4ba
Adding local files.
mapesa Feb 2, 2015
bc53ddc
Moved a good chunk of js to standalone file.
mapesa Feb 2, 2015
b7f78dd
Configuration UI.
mapesa Feb 3, 2015
6818063
Quickstart updates.
mapesa Feb 4, 2015
26dbf3a
Instrumentation: DB Changes, backend code
mapesa Feb 4, 2015
f0afbde
Autoloading of instrumentation classes.
mapesa Feb 5, 2015
be4c308
UI Tweaks
mapesa Feb 5, 2015
ac9e425
Fixes - moved plugin folder from 'local' to 'htdocs/classes/'
mapesa Feb 5, 2015
df8f8ce
Driver delete script.
mapesa Feb 6, 2015
ddb4e64
Ajax reload scripts for instrumentation.
mapesa Feb 10, 2015
c511f31
Optimizations to delete and list instrument views.
mapesa Feb 11, 2015
6c3178d
Delete/Create then reload fixes.
mapesa Feb 12, 2015
eb9e69c
Add Instrument Form Validation.
mapesa Feb 17, 2015
62a2de7
Updated jquery to version 1.11.2
mapesa Feb 18, 2015
d650ddd
Validation of imported plugin file.
mapesa Feb 18, 2015
f4b1d76
Interface for mapping test results to test type measures.
mapesa Feb 19, 2015
225650c
Mapping results from machine to testType measures
mapesa Mar 10, 2015
511cf39
Added Fetch button. Included sample celltac dump file.
mapesa Mar 12, 2015
26732d9
DB tweak.
mapesa Mar 12, 2015
f8e62a4
Plugins placeholder.
mapesa Mar 12, 2015
70dbeeb
Update of DB Script.
mapesa Mar 19, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file added BLIS_User_Guide.pdf
Binary file not shown.
27 changes: 27 additions & 0 deletions Linux Quickstart.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
LINUX QUICKSTART
----------------
1. Clone git repository to a preferred local location (henceforth BLIS_HOME)

`git clone xxx.git`

2. Install the database by running the provided SQL script. This is located in BLIS_HOME/db_files/

`cat scriptname.sql | mysql -uroot -p`

3. Grant the web server user READ and WRITE permissions to the BLIS_HOME/local folder

`chown -R www-data.www-data BLIS_HOME/local`

4. Declare your database connection settings in `BLIS_HOME/htdocs/db_constants.php`
`LOCAL_PATH` is the location of the 'local' directory relative to the 'BLIS_HOME/htdocs/includes' folder.

5. Configure your web server, setting BLIS_HOME/htdocs as the web root.

6. Login with the user credentials provided in the README.md file


REQUIRED SOFTWARE
-----------------
1. PHP5.x
2. MySQL 5.x
3. Web server e.g. Apache2
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
BLIS
====
C4G BLIS
--------

Default Logins:

- cameroon_dir/dir123 (as country director)
- testlab1_admin/admin123 (as admin)
- testlab1_tech1, testlab1_tech2/tech123 (as lab technician)

C4G Basic Laboratory Information System
25 changes: 0 additions & 25 deletions Readme.txt

This file was deleted.

77 changes: 0 additions & 77 deletions blis_revamp_labcfg_update.sql

This file was deleted.

Loading