1
0
Fork 0

Merge remote-tracking branch 'origin/dev' into stable

main
Kitaiti Makoto vor 4 Jahren
Commit ea2004faa5

@ -4,7 +4,7 @@ title: Installing dependencies on RPM-based systems
```bash
# If you want PostgreSQL
dnf install postgresql-server postgresql-contrib libpqxx libpqxx-devel git curl gcc make openssl openssl-devel gettext clang-devel
dnf install postgresql-server postgresql-contrib libpqxx libpqxx-devel libpq-devel git curl gcc make openssl openssl-devel gettext clang-devel
# If you want SQLite
dnf install libsq3-devel sqlite3 libsqlite3-dev git curl gcc make openssl openssl-devel gettext clang-devel

@ -21,7 +21,7 @@ cargo web deploy -p plume-front --release
# Build the back-end, replacing DATABASE either with
# postgres or sqlite depending on what you want to use
cargo install --no-default-features --features DATABASE
cargo install --no-default-features --features DATABASE --path .
# Build plm, the CLI helper, replacing DATABASE again
cargo install --no-default-features --features DATABASE --path plume-cli

@ -51,7 +51,7 @@
<footer>
Website and documentation under the AGPL 3.0 license.
&mdash;
<a href="https://github.com/Plume-org/docs">Source code of this website</a>
<a href="https://git.joinplu.me/Plume/documentation">Source code of this website</a>
</footer>
<script>feather.replace()</script>
<%= javascript_include_tag "site" %>

Laden…
Abbrechen
Speichern