Erik Huelsmann
3197f4feab
Change manual setup section to prevent suggested simplicity
...
We've seen multiple users thinking that simple creation of two containers
is enough, whereas this isn't the case: at the very least, the deprecated
`--link` docker option must be used, but more compliant is the use of
custom networks and bridges. Docker-compose sets all that up automatically,
so don't suggest going without docker-compose is simpler.
2020-02-10 23:28:06 +01:00
Erik Huelsmann
46a5386e54
* Automatic Dockerfile update by release process
2020-02-10 20:48:32 +00:00
Erik Huelsmann
6122921674
* Automatic Dockerfile update by release process
2020-01-22 21:50:04 +00:00
Erik Huelsmann
db957f3880
* Automatic Dockerfile update by release process
2020-01-12 20:43:00 +00:00
Erik Huelsmann
7e059e5dc1
Update image to point to 1.7
2020-01-06 21:56:50 +01:00
Erik Huelsmann
421c153249
* Automatic Dockerfile update by release process
2019-12-26 18:05:31 +00:00
Erik Huelsmann
1f40452e92
* Automatic Dockerfile update by release process
2019-12-13 16:16:14 +00:00
Erik Huelsmann
98c38f998a
* Automatic Dockerfile update by release process
2019-11-29 10:59:36 +00:00
Erik Huelsmann
6d3b30720c
* Automatic Dockerfile update by release process
2019-11-15 19:23:03 +00:00
Erik Huelsmann
aa66d87e15
* Automatic Dockerfile update by release process
2019-11-02 15:59:50 +00:00
Erik Huelsmann
e06638b048
* Automatic Dockerfile update by release process
2019-10-18 12:22:02 +00:00
Erik Huelsmann
d71609cae1
Fix Dockerfile mentioned version
2019-10-04 17:17:25 +02:00
Erik Huelsmann
8bc4fd8583
Update source URL to look in the official releases
2019-10-04 16:57:07 +02:00
Erik Huelsmann
52fdf5b65e
Address failure to start Docker image
...
Starman is looking for LedgerSMB::PSGI and can't find it due to missing
library paths. Add -I arguments to fix it up.
2019-09-22 22:56:51 +02:00
Erik Huelsmann
29abd11efd
Revert back to Stretch because Buster misses sSMTP
...
Note: we'll need to address this in due course in order to be
able to release our next release on Buster (which supports
more of our dependencies).
2019-08-28 21:27:53 +02:00
Erik Huelsmann
e9edcaf9ae
Revert back to stretch; Buster misses 'ssmtp'
2019-08-28 09:50:48 +02:00
Erik Huelsmann
3a74802fe1
Add additional dependency provided on Buster (libhtml-escape-perl)
2019-08-27 23:14:49 +02:00
Erik Huelsmann
1b9701511e
Update Dockerfile for 1.7.0
2019-08-27 23:09:20 +02:00
Erik Huelsmann
1ff4cc42c3
* Add (missing) PostgreSQL repository in sources.list
2018-09-13 21:22:52 +02:00
Erik Huelsmann
26b679fe7d
* Automatic Dockerfile update by release process
2018-08-25 12:35:52 +00:00
Erik Huelsmann
82e2dd4839
* Automatic Dockerfile update by release process
2018-07-22 21:55:15 +00:00
Erik Huelsmann
4cb2cad5c1
* Update README.md to mention 1.6 tags
2018-06-29 20:54:44 +02:00
Erik Huelsmann
c5c0575c94
* Automatic Dockerfile update by release process
2018-06-23 18:14:14 +00:00
Erik Huelsmann
b4ed837573
* Automatic Dockerfile update by release process
2018-06-17 10:32:14 +00:00
Erik Huelsmann
fae1cd333e
* Fix download link
2018-06-10 14:00:45 +02:00
Erik Huelsmann
75f3dfd642
* Automatic Dockerfile update by release process
2018-06-10 08:43:10 +00:00
Erik Huelsmann
5afb58f246
* Update 1.6 branch to RC4
2018-06-04 23:49:07 +02:00
Erik Huelsmann
a5d89bc9fe
* Update release for RC3
2018-06-04 00:38:55 +02:00
Erik Huelsmann
b8795c4811
* Update 1.6 RC2 release
2018-06-03 20:40:38 +02:00
Erik Huelsmann
b828cffad3
* Add option to set the number of Starman workers
2018-05-23 23:22:03 +02:00
Erik Huelsmann
36bc6d5ffc
* Adjust database host name so that the Compose setup works out-of-the-box again
2018-05-23 21:45:55 +02:00
Erik Huelsmann
59be4f4afa
* Add documentation of the availability of a 'ports' statement
...
Note that we found in the LedgerSMB Matrix chat channel that users
need more straight forward ways to quickly evaluate our proposition
which they are able to offer if we skip the TLS requirement
Also note that the TLS requirement requires a domain, which some
might not have at the stage where the system is only being evaluated.
2018-05-23 21:40:37 +02:00
Erik Huelsmann
f898c2bb63
* Add back lost dash before 'y' option
2018-05-22 22:11:18 +02:00
Erik Huelsmann
c2573f6a7e
* Fix short-option prefixed with double dash
2018-05-22 21:27:57 +02:00
Erik Huelsmann
38ab58e93a
* Make Docker build output more compact
2018-05-22 21:05:01 +02:00
Erik Huelsmann
d45d0a7182
* Upgrade Docker 1.6 image to 1.6.0-rc1
2018-05-22 20:45:40 +02:00
Erik Huelsmann
d640f5e6a0
* Update to 1.6.0-beta2
2018-05-13 14:15:33 +02:00
Erik Huelsmann
d7c3bd6038
* There is no starman.psgi anymore. Instead, it's ledgersmb-server.psgi
2018-05-07 00:17:34 +02:00
Erik Huelsmann
9c2c5a20c6
* Update version reference (1.5 -> 1.6) in docker-compose.yml
2018-05-06 13:35:24 +02:00
Erik Huelsmann
ebb6a521ef
* Correct dependency reference
2018-05-06 13:15:31 +02:00
Erik Huelsmann
058848a29a
* More dependencies taken from the Debian repository
2018-05-06 12:30:30 +02:00
Erik Huelsmann
a0053b33b6
* Add dependency for HTML::Entities to build succesfully
2018-05-06 12:14:00 +02:00
Erik Huelsmann
a5ca6aa894
* Update Dockerfile for 1.6 dependencies and building 1.6 images
...
Note that 1.6 switches to Stretch as the base image, allowing us to
use more packages from the Debian repository (but we still depend on
un-packaged packages(?))
2018-05-06 00:30:49 +02:00
Erik Huelsmann
c616d6f8ab
* Add docker-compose file and add it to the README
2018-03-12 22:39:35 +01:00
Erik Huelsmann
f69a36a5d3
* Automatic Dockerfile update by release process
2018-03-11 10:35:54 +00:00
Erik Huelsmann
dbed029289
* Automatic Dockerfile update by release process
2018-02-26 16:55:54 +00:00
Erik Huelsmann
dfa82a63bf
* Correct liberation fonts package name (*2 is available as of stretch)
2018-02-17 21:43:41 +01:00
Erik Huelsmann
9353e8187f
* Add fonts missing for xedemo template set
2018-02-17 21:36:25 +01:00
Erik Huelsmann
a1ea9d9895
* Why was curl suddenly gone? Anyway, re-adding
2018-02-14 20:47:55 +01:00
Erik Huelsmann
0f8af754bd
* Fix syntax (double &&) which chokes Docker Hub's builds
2018-02-14 20:33:04 +01:00