1
0

Update README.

This commit is contained in:
2018-04-25 03:06:47 +02:00
parent dad14624f2
commit bf238d6933

View File

@ -50,10 +50,14 @@ That's it !
$_config['geo_reverse_lookup_url'] // geodecoding api url, will be appended with lat= & lon= attributes
```
3. Create datatable using schema_mysql.sql or schema_sqlite.sql (in the 'sql' directory)
4. Install dependencies using [bower](https://bower.io/):
4. Get [bower](https://bower.io/) and install JavaScript dependencies:
```
bower install
```
5. Get [Composer](https://getcomposer.org/download/) and install PHP dependencies:
```
./composer.phar install
```
#### Owntracks app
Follow [Owntracks Booklet](http://owntracks.org/booklet/features/settings/) to setup your Owntracks app :