debian11_install.md aktualisiert
This commit is contained in:
parent
9c61e6d2a7
commit
7bc05cc20f
@ -2,6 +2,9 @@
|
||||
|
||||
### OS:
|
||||
* LXC Template Debian ```debian-11-standard_11.6-1_amd64```
|
||||
* System auf DE@UTF-8 stellen:
|
||||
```dpkg-reconfigure locales```
|
||||
|
||||
* .DEB Pakete installieren:
|
||||
```
|
||||
apt update && apt upgrade -y && apt install apache2 libarchive-zip-perl libclone-perl \
|
||||
@ -23,3 +26,14 @@ apt update && apt upgrade -y && apt install apache2 libarchive-zip-perl libclon
|
||||
libxml-libxml-perl libtry-tiny-perl libmath-round-perl \
|
||||
libimager-perl libimager-qrcode-perl librest-client-perl libipc-run-perl
|
||||
```
|
||||
|
||||
### Kivitendo Source
|
||||
```
|
||||
cd /var/www/
|
||||
git clone https://github.com/kivitendo/kivitendo-erp.git
|
||||
cd kivitendo-erp/
|
||||
git checkout `git tag -l | egrep -ve "(alpha|beta|rc)" | tail -1`
|
||||
mkdir webdav
|
||||
chown -R www-data users spool webdav templates users
|
||||
cp config/kivitendo.conf.default config/kivitendo.conf
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user