Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 707 Bytes

install.md

File metadata and controls

23 lines (13 loc) · 707 Bytes

Colloc Installation

There is only one file needed: the colloc.php script.

As this is a PHP script, you'll need to be able to run PHP from the command line.

  • macOS: PHP comes preinstalled
  • Windows: install PHP from Microsoft pages

Running Colloc as standalone script

  • Download the colloc.php file manually, run it from the command line (see running Colloc)

iOS integration

  • Download the colloc.php file manually and add it to your project.
  • Use Cocoapods to get the file:
pod 'Colloc', :git => 'https://github.com/mobilejazz/Colloc.git'