Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

USDepartmentofLabor/Quarry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarry REST Service patch release for v1.0.1

This is a security patch update for Quarry REST. If you wish to use the administrative interface, you will need to download the latest version of Quarry AdminUI

#Change log v1.0.1 - 2015.07.02

Changes

  • Improved API call functionality

Security

  • Improved separation of concerns in the MVC framework making API calls are more secure.

Release Information

Requirements

  • PHP version 5.4 or newer is recommended (LAMP/LAPP Stack).
  • MySQL 5.5 or PostgreSQL 9.3 is recommended
  • CodeIgniter 2.2.0 or newer is recommended. This repo contains in-development code for future releases. To download the latest stable release please visit the CodeIgniter Downloads page.

Installation

  • (CodeIgniter 2.2.0)

  • Database Import (InnoDB Engine is recommended)

    • Rename quarry_restdb.txt to quarry_restdb.sql
    • Create a database: quarry_restdb
    • Import the SQL file to your database
  • Edit the following configuration files:

    application/config/config.php

    application/config/constants.php

    REST service limit (modify)

    • define('DAAS_GET_LIMIT', '200');
    • define('DAAS_READ_LIMIT', '500');
    • define('LOGS_READ_LIMIT', '1000');

    application/config/database.php

    Enter database information

    • $db['default']['hostname'] = '';
    • $db['default']['username'] = '';
    • $db['default']['password'] = '';
    • $db['default']['database'] = 'quarry_restdb';

Acknowledgement

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages