Light-weight and minimalistic system for push-based location requests.
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.
Run this in your terminal to install RescueMe:
php rescueme.phar install --install-dir=/path/to/www/rescueme
Follow the instructions.
-
Download latest source and extract it, or
git clone https://github.com/DISCOOS/rescue-me.git
-
Goto RescueMe root folder and
Linux
./compile package -v <string>
Any OS
php compile.php package -v <string>
which outputs
dist/rescueme-<string>.phar
-
Install RescueMe
(assumes Apache is already installed and configured)
php dist/rescueme-<version>.phar install --install-dir=/path/to/www/rescueme
Follow the instructions.
- Windows user and command line is fighting you? Read this.
- PHP >= 5.3
- Minify 2.1.5