Giter Site home page Giter Site logo

justuni / restfm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from goyaptyltd/restfm

0.0 1.0 0.0 1.06 MB

RESTful web services for FileMaker server.

Home Page: www.restfm.com

License: MIT License

PHP 85.88% Shell 1.33% CSS 0.99% HTML 1.46% JavaScript 6.28% Gherkin 2.34% XSLT 1.71%

restfm's Introduction

RESTfm

RESTful Web Services for FileMaker Server

RESTfm turns a FileMaker Server into a RESTful Web Service, so you can access your FileMaker Server databases via HTTP using a common REST architecture with easy to understand API calls.

Website: http://restfm.com/

RESTfm Installation and Programming Interface Manual: http://restfm.com/manual

RESTfm is Copyright (c) 2011-2017 Goya Pty Ltd, and is licensed under The MIT License. For full copyright and license information, please see the LICENSE file distributed with this package.


Download

Officially packaged releases are the quickest way to start, are available in tar and zip formats, and may be downloaded from the "releases" link at the top of the github repository: https://github.com/GoyaPtyLtd/RESTfm/releases

Note: The officially packaged releases are called RESTfm-{version}.zip and RESTfm-{version}.tgz. (Please don't be confused by the links to "Source code" that GitHub always includes. "Source code" has not gone through the "build" process, and requires additional configuration to get working.)

Installation

The installation process is described in the online RESTfm manual: http://www.restfm.com/restfm-manual/install

Support

Product support is available via paid sponsorship: http://restfm.com/help


Using the master branch of RESTfm from GitHub.

The master branch hosted on GitHub is considered stable, and packaged releases are built from this branch at intervals. With a little extra configuration, it is possible to run RESTfm directly from a git repository clone.

Installation

Prerequisites

  • A webserver (Apache >= 2.2, or IIS >= 7.0) with write access to the document directory.
  • FileMaker Server 11 or above is required, but does not need to reside on the same machine as RESTfm.
  • PHP version 5.3 or above.
  • If running Apache, configure with AllowOverride All for the RESTfm directory so that .htaccess functions correctly.

Setup example suitable for OS X/Linux

cd /<your web doc dir>
git clone https://github.com/GoyaPtyLtd/RESTfm.git
cd RESTfm
cp RESTfm.ini.php.dist RESTfm.ini.php
cp .htaccess.dist .htaccess
cp -a FileMaker.dist FileMaker

Bugs

Bug reports are welcome via the GitHub issue tracker: https://github.com/GoyaPtyLtd/RESTfm/issues

restfm's People

Contributors

gav- avatar nickorr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.