markdown 在Debian上安装Firefly III

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 在Debian上安装Firefly III相关的知识,希望对你有一定的参考价值。

# php 7.1 debian stretch
```
apt-get install apt-transport-https lsb-release ca-certificates
wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" > /etc/apt/sources.list.d/php.list
apt-get update
apt-get install php7.1
```

# dependencies

```
apt-get install php7.1-bcmath php7.1-intl php7.1-curl php7.1-zip php7.1-gd composer
cd /var/www
composer create-project grumpydictator/firefly-iii --no-dev --prefer-dist firefly-iii 4.7.2.1
```

以上是关于markdown 在Debian上安装Firefly III的主要内容,如果未能解决你的问题,请参考以下文章

markdown 在Debian / Ubuntu上模拟ARM

markdown [Debian Bash Root-Terminal并安装React的有用程序]

Linux debian安装Typora教程

Linux debian安装Typora教程

WordPress 安装 Markdown 插件

为啥 pip 在 Debian 上安装 textract 失败?