Skip to content

Commit

Permalink
Merge pull request carlos22#23 from BlackSenator/patch-3
Browse files Browse the repository at this point in the history
Diverse Korrekturen: Gliederung/Rechtschreibung
  • Loading branch information
andig authored Dec 14, 2017
2 parents 5a07bd1 + c0a735d commit 79005ab
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,23 @@
This is an entirely simplified version of https://github.com/jens-maus/carddav2fb. The Vcard parser has been replaced by an extended version of https://github.com/jeroendesloovere/vcard.

## Requirements
PHP 7.0 (apt-get install php7.0 php7.0-curl php7.0-mbstring php7.0-xml)
Composer (follow the installation guide at https://getcomposer.org/download/)
* PHP 7.0 (apt-get install php7.0 php7.0-curl php7.0-mbstring php7.0-xml)
* Composer (follow the installation guide at https://getcomposer.org/download/)

## Installation
Install requirements
cammand: git clone https://github.com/andig/carddav2fb.git
change into the new carddav2fb directory
command: composer install
edit config.example.php and save as config.php
* Install requirements
* command: mv composer.phar /usr/local/bin/composer
* command: git clone https://github.com/andig/carddav2fb.git
* change into the new carddav2fb directory
* command: composer install
* edit config.example.php and save as config.php

## Usage
command: php carddav2fb.php run
command: php carddav2fb.php run (complete processing)

Optional:
command: php carddav2fb.php run -h (providing help for step by step processing and arguments)


## License
This script is released under Public Domain, some parts under MIT license. Make sure you understand which parts are which.
Expand Down

0 comments on commit 79005ab

Please sign in to comment.