Skip to content

Light-weight and minimalistic system for push-based location requests.

Notifications You must be signed in to change notification settings

RoboDoc/rescue-me

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RescueMe

Light-weight and minimalistic system for push-based location requests.

Download RescueMe

Run this in your terminal to get the latest RescueMe version:

curl -sS http://rescueme.discoos.org/installer | php

or if you don't have curl (windows):

php -r "eval('?>'.file_get_contents('http://rescueme.discoos.org/installer'));"

This script will check some php.ini settings, warn you if they are set incorrectly, and then download the latest rescueme.phar in the current directory.

Install RescueMe

Run this in your terminal to install RescueMe:

php rescueme.phar install --install-dir=/path/to/www/rescueme

Follow the instructions.

Build from source

  1. Download latest source and extract it, or

    git clone https://github.com/DISCOOS/rescue-me.git
  2. Goto RescueMe root folder and

    Linux

    ./compile package -v <string>

    Any OS

    php compile.php package -v <string>

    which outputs dist/rescueme-<string>.phar

  3. Install RescueMe

    (assumes Apache is already installed and configured)

    php dist/rescueme-<version>.phar install --install-dir=/path/to/www/rescueme

    Follow the instructions.

Troubleshooting

  1. Windows user and command line is fighting you? Read this.

Dependencies

About

Light-weight and minimalistic system for push-based location requests.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 82.9%
  • JavaScript 14.5%
  • Java 2.5%
  • Other 0.1%