2019-08-22 09:54:45 +02:00
|
|
|
**If you want to contribute to a _translation_:**[](https://crowdin.com/project/fediplan)
|
|
|
|
|
2024-05-15 12:40:52 +05:30
|
|
|
## How to install FediPlan
|
2019-08-10 15:48:38 +02:00
|
|
|
|
2024-05-15 12:40:52 +05:30
|
|
|
There are 2 methods to run Fediplan
|
|
|
|
1. Build and run Docker image
|
|
|
|
2. Manual install
|
2019-08-10 15:48:38 +02:00
|
|
|
|
2024-05-15 12:40:52 +05:30
|
|
|
### 1. Build and run Docker image
|
2019-08-10 15:48:38 +02:00
|
|
|
|
2024-05-15 12:40:52 +05:30
|
|
|
#### Required programs
|
|
|
|
- `git`
|
|
|
|
- `docker`
|
2019-08-10 15:48:38 +02:00
|
|
|
|
2024-05-15 12:40:52 +05:30
|
|
|
#### Steps
|
2019-08-10 15:48:38 +02:00
|
|
|
|
2024-05-18 18:03:39 +00:00
|
|
|
1. Install required programs
|
2019-08-10 15:48:38 +02:00
|
|
|
|
2024-05-18 18:03:39 +00:00
|
|
|
2. Clone this repo<br>
|
|
|
|
`git clone https://framagit.org/tom79/fediplan.git fediplan`
|
2019-08-10 15:48:38 +02:00
|
|
|
|
2024-05-18 18:03:39 +00:00
|
|
|
3. Build the Docker image<br>
|
|
|
|
`docker build --tag fediplan fediplan`
|
2019-08-10 15:48:38 +02:00
|
|
|
|
2024-05-18 18:03:39 +00:00
|
|
|
4. Run the docker image<br>
|
|
|
|
`docker run --detach --restart unless-stopped --name fediplan fediplan:latest`
|
2019-08-10 15:48:38 +02:00
|
|
|
|
2024-05-18 18:03:39 +00:00
|
|
|
5. Find the IP<br>
|
|
|
|
`docker inspect fediplan | grep IPAddress`
|
2019-08-10 15:48:38 +02:00
|
|
|
|
2024-05-18 18:03:39 +00:00
|
|
|
6. Fediplan should be available at _<ip_address>:8080_
|
2019-08-10 15:48:38 +02:00
|
|
|
|
2024-05-15 12:40:52 +05:30
|
|
|
### 2. Manual install
|
2024-05-14 16:58:36 +05:30
|
|
|
|
2024-05-15 12:40:52 +05:30
|
|
|
#### Required programs
|
|
|
|
- `git`
|
2024-05-18 18:03:39 +00:00
|
|
|
- `php 8.3` with these extensions:
|
|
|
|
|
|
|
|
For Composer
|
|
|
|
- `openssl`
|
|
|
|
- `phar`
|
|
|
|
- `iconv`
|
|
|
|
- `xml`
|
|
|
|
- `simplexml`
|
|
|
|
- `xmlwriter`
|
|
|
|
|
|
|
|
For running
|
|
|
|
- `ctype`
|
|
|
|
- `curl`
|
|
|
|
- `dom`
|
|
|
|
- `fpm`
|
|
|
|
- `intl`
|
|
|
|
- `mbstring`
|
|
|
|
- `simplexml`
|
|
|
|
- `session`
|
|
|
|
- `tokenizer`
|
|
|
|
|
2024-05-15 12:40:52 +05:30
|
|
|
- `composer` ([getcomposer.org/download](https://getcomposer.org/download/))
|
2019-08-10 15:48:38 +02:00
|
|
|
|
2024-05-15 12:40:52 +05:30
|
|
|
#### Steps
|
|
|
|
|
2024-05-18 18:03:39 +00:00
|
|
|
1. Install required programs
|
2024-05-15 12:40:52 +05:30
|
|
|
|
2024-05-18 18:03:39 +00:00
|
|
|
2. Clone this repo<br>
|
|
|
|
`git clone https://framagit.org/tom79/fediplan.git fediplan`
|
2024-05-15 12:40:52 +05:30
|
|
|
|
|
|
|
3. Install vendors<br>
|
2024-05-18 18:03:39 +00:00
|
|
|
`php composer.phar install --optimize-autoloader --working-dir=fediplan`
|
2024-05-14 16:58:36 +05:30
|
|
|
|
2024-05-18 18:03:39 +00:00
|
|
|
4. Point your server software to `fediplan/public` folder
|
2024-05-14 15:06:46 +00:00
|
|
|
|
2024-05-15 12:40:52 +05:30
|
|
|
### Support My work
|
|
|
|
[fedilab.app/page/donations](https://fedilab.app/page/donations/)
|
2024-05-14 15:06:46 +00:00
|
|
|
|
2024-05-15 12:40:52 +05:30
|
|
|
### Credits
|
2024-05-14 16:58:36 +05:30
|
|
|
Docker configurations are based on [github.com/TrafeX/docker-php-nginx](https://github.com/TrafeX/docker-php-nginx)
|
2024-05-15 09:24:39 +02:00
|
|
|
|
|
|
|
See: [Download Composer](https://getcomposer.org/download/)
|
|
|
|
|
|
|
|
**3 - Public directory:**
|
|
|
|
|
|
|
|
Your site needs to target /path/to/FediPlan/public
|
|
|
|
|
|
|
|
|
|
|
|
#### Support My work at [fedilab.app](https://fedilab.app/page/donations/)
|