2019-08-22 09:54:45 +02:00
|
|
|
**If you want to contribute to a _translation_:**[](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
|
|
|
|
2019-08-21 10:22:25 +02:00
|
|
|
#### TODO:
|
2019-08-10 15:48:38 +02:00
|
|
|
1. Polls
|
|
|
|
2. Autocompletion for mentions, tags and emojis
|
2019-08-21 10:22:25 +02:00
|
|
|
3. Check and edit scheduled statuses.
|
|
|
|
|
|
|
|
#### Support My work at [fedilab.app](https://fedilab.app/page/donations/)
|