fediplan/README.md

35 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2019-08-22 09:54:45 +02:00
**If you want to contribute to a _translation_:**[![Crowdin](https://badges.crowdin.net/fediplan/localized.svg)](https://crowdin.com/project/fediplan)
2019-08-21 10:22:25 +02:00
### How to install FediPlan
2019-08-10 15:48:38 +02:00
2019-08-21 10:22:25 +02:00
**1 - Clone the repository**
2019-08-10 15:48:38 +02:00
2019-08-21 10:22:25 +02:00
**2 - Install vendors:**
2019-08-10 15:48:38 +02:00
2019-08-21 10:22:25 +02:00
`composer install -o`
2019-08-10 15:48:38 +02:00
PS: You need to install `composer`, just use:
`apt install composer`
Or you can do that with the following commands:
```
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('sha384', 'composer-setup.php') === '48e3236262b34d30969dca3c37281b3b4bbe3221bda826ac6a9a62d6444cdb0dcd0615698a5cbe587c3f0fe57a54d8f5') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
php -r "unlink('composer-setup.php');"
```
See: [Download Composer](https://getcomposer.org/download/)
2019-08-21 10:22:25 +02:00
**3 - Public directory:**
2019-08-10 15:48:38 +02:00
2019-08-21 10:22:25 +02:00
Your site needs to target /path/to/FediPlan/public
2019-08-10 15:48:38 +02:00
2024-05-14 16:58:36 +05:30
#### Support My work at [fedilab.app](https://fedilab.app/page/donations/)
#### Credits
Docker configurations are based on [github.com/TrafeX/docker-php-nginx](https://github.com/TrafeX/docker-php-nginx)