2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-23 04:29:02 +00:00

added gdebi

This commit is contained in:
nginn 2015-12-25 18:37:24 +03:00
parent 1ea70e654d
commit 8750000bbc

View File

@ -14,8 +14,10 @@ To build debian package from scratch: <br>
`cd build_dir/` <br>
4) run package build: <br>
`debuild -us -uc` <br>
5) install resulting package: <br>
`sudo dpkg -i ../bench_0.92_amd64.deb` <br>
5) package is: `../bench_0.92_amd64.deb`<br>
<br>
To install resulting package: <br>
`sudo gdebi ../bench_0.92_amd64.deb` <br>
Please note that name of package contains your architecture so for 32-bit machines name will differ. <br>
<br>
<i>Current state</i>: runs without problems on all Ubuntu versions installing bench in `/usr/share/python/bench/bin/bench`. Fails on Debian 8 with version format conflict.