mirror of
https://framagit.org/tom79/fediplan.git
synced 2025-04-04 21:21:51 +02:00
A way to safely schedule messages with Mastodon and Pleroma
|
||
---|---|---|
bin | ||
config | ||
docker_config | ||
public | ||
src | ||
templates | ||
translations | ||
.env | ||
.gitignore | ||
composer.json | ||
composer.lock | ||
crowdin.yml | ||
Dockerfile | ||
importmap.php | ||
LICENSE | ||
README.md | ||
symfony.lock |
If you want to contribute to a translation:
How to install FediPlan
There are 2 methods to run Fediplan
- Build and run Docker image
- Manual install
1. Build and run Docker image
Required programs
git
docker
Steps
-
Clone this repo
git clone https://framagit.org/tom79/fediplan.git fediplan
-
Build the Docker image
docker build -t fediplan fediplan
-
Run the docker image
docker run fediplan
-
Find the IP
-
Find 'CONTAINER ID' of fediplan's container
docker ps | grep fediplan
-
Find IP address of the container
docker inspect <CONTAINER ID> | grep IPAddress
-
-
Open <ip_address>:8080 in your web browser
2. Manual install
Required programs
git
php 8.3
and some extensionscomposer
(getcomposer.org/download)
Steps
-
Clone this repo
git clone https://framagit.org/tom79/fediplan.git fediplan
-
Change directory to the cloned repo
cd fediplan
-
Install vendors
composer install -o
-
Point your server software to 'public' folder
Support My work
Credits
Docker configurations are based on github.com/TrafeX/docker-php-nginx