https://github.com/mriceman11/docspell-installscript
Script to Install docspell on a Debian Based System! Without Docker!
https://github.com/mriceman11/docspell-installscript
debian docspell install-script
Last synced: about 2 months ago
JSON representation
Script to Install docspell on a Debian Based System! Without Docker!
- Host: GitHub
- URL: https://github.com/mriceman11/docspell-installscript
- Owner: MrIceman11
- Created: 2023-04-18T19:56:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T20:38:59.000Z (about 3 years ago)
- Last Synced: 2025-05-19T05:37:12.217Z (about 1 year ago)
- Topics: debian, docspell, install-script
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docspell-installscript
This Script installs docspell on a debian based system. It is tested on debian 11. It should work on other debian based systems as well.
## Usage
### 1. Download the script
```
git clone https://github.com/MrIceman11/docspell-installscript
```
### 2. Make the script executable
```
chmod +x install.sh
```
### 3. Run the script
```
./install.sh
```
## Info
At the end the scirpt ask you for a Certificat credantials. It is a self-signt Cert, you can skip it with press enter.
Wenn the Script finished, it gives you the URL to the docspell and the uses DP Password. The user for the db is docspell.
## Troubleshooting
It is possible that the script fails. If this happens, you can run the script again. It will skip the steps that are already done.
You may sometimes need to restart your system.