mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Initial website
This commit is contained in:
22
website/site/content/docs/dev/building.md
Normal file
22
website/site/content/docs/dev/building.md
Normal file
@ -0,0 +1,22 @@
|
||||
+++
|
||||
title = "Building Docspell"
|
||||
weight = 0
|
||||
+++
|
||||
|
||||
|
||||
You must install [sbt](https://scala-sbt.org) and [Elm](https://elm-lang.org).
|
||||
|
||||
Clone the sources and run:
|
||||
|
||||
- `make` to compile all sources (Elm + Scala)
|
||||
- `make-zip` to create zip packages
|
||||
- `make-deb` to create debian packages
|
||||
- `make-tools` to create a zip containing the script in `tools/`
|
||||
- `make-pkg` for a clean compile + building all packages (zip + deb)
|
||||
|
||||
The `zip` and `deb` files can be found afterwards in:
|
||||
|
||||
```
|
||||
modules/restserver/target/universal
|
||||
modules/joex/target/universal
|
||||
```
|
Reference in New Issue
Block a user