A way to safely schedule messages with Mastodon and Pleroma
Find a file
2024-05-14 15:06:46 +00:00
bin Release 1.2.0 2024-05-14 15:06:46 +00:00
config Release 1.2.0 2024-05-14 15:06:46 +00:00
docker_config Release 1.2.0 2024-05-14 15:06:46 +00:00
public Release 1.2.0 2024-05-14 15:06:46 +00:00
src Release 1.2.0 2024-05-14 15:06:46 +00:00
templates Release 1.2.0 2024-05-14 15:06:46 +00:00
translations Release 1.2.0 2024-05-14 15:06:46 +00:00
.env Release 1.2.0 2024-05-14 15:06:46 +00:00
.gitignore - Update libs 2024-04-19 17:51:20 +02:00
composer.json Release 1.2.0 2024-05-14 15:06:46 +00:00
composer.lock Release 1.2.0 2024-05-14 15:06:46 +00:00
crowdin.yml Some changes 2020-05-01 18:29:02 +02:00
Dockerfile Release 1.2.0 2024-05-14 15:06:46 +00:00
importmap.php Release 1.2.0 2024-05-14 15:06:46 +00:00
LICENSE Add LICENSE 2019-08-13 10:38:58 +02:00
README.md Release 1.2.0 2024-05-14 15:06:46 +00:00
symfony.lock Release 1.2.0 2024-05-14 15:06:46 +00:00

If you want to contribute to a translation:Crowdin

How to install FediPlan

1 - Clone the repository

2 - Install vendors:

composer install -o

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

3 - Public directory:

Your site needs to target /path/to/FediPlan/public

Support My work at fedilab.app

Credits

Docker configurations are based on github.com/TrafeX/docker-php-nginx