mirror of
https://github.com/dimitri/pgloader.git
synced 2026-01-30 11:31:01 +01:00
README and install docs improvements.
This commit is contained in:
parent
5f5734cf01
commit
28ef36a6dc
10
README.md
10
README.md
@ -88,3 +88,13 @@ Licence](http://www.postgresql.org/about/licence/).
|
||||
|
||||
Please see full documentation at
|
||||
[https://pgloader.readthedocs.io/](https://pgloader.readthedocs.io/en/latest/install.html).
|
||||
|
||||
If you're using debian, it's already available:
|
||||
|
||||
$ apt-get install pgloader
|
||||
|
||||
If you're using docker, you can use the latest version built by the CI at
|
||||
each commit to the master branch:
|
||||
|
||||
$ docker pull ghcr.io/dimitri/pgloader:latest
|
||||
$ docker run --rm -it ghcr.io/dimitri/pgloader:latest pgloader --version
|
||||
|
||||
@ -16,6 +16,14 @@ official debian repositories, see `packages.debian.org/pgloader`__.
|
||||
__ https://wiki.postgresql.org/wiki/Apt
|
||||
__ https://packages.debian.org/search?keywords=pgloader
|
||||
|
||||
RPM packages
|
||||
------------
|
||||
|
||||
The Postgres community repository for RPM packages is `yum.postgresql.org`__
|
||||
and does include binary packages for pgloader.
|
||||
|
||||
__ https://yum.postgresql.org
|
||||
|
||||
Docker Images
|
||||
-------------
|
||||
|
||||
@ -125,7 +133,7 @@ production environments.
|
||||
rpmbuild -ba pgloader.spec
|
||||
|
||||
Building from sources on macOS
|
||||
------------------------------
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
We suppose you already have ``git`` and ``make`` available, if that's not
|
||||
the case now is the time to install those tools. The SQLite lib that comes
|
||||
@ -154,7 +162,7 @@ Then use the normal build system for pgloader:
|
||||
$ ./build/bin/pgloader --version
|
||||
|
||||
Building from sources on Windows
|
||||
--------------------------------
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
Building pgloader on Windows is supported (in theory), thanks to Common Lisp
|
||||
implementations being available on that platform, and to the Common Lisp
|
||||
@ -173,7 +181,7 @@ integration with a windows build host would allow ensuring that we continue
|
||||
to support that target.
|
||||
|
||||
Building Docker image from sources
|
||||
----------------------------------
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
You can build a Docker image from source using SBCL by default::
|
||||
|
||||
@ -184,7 +192,7 @@ Or Clozure CL (CCL)::
|
||||
$ docker build -f Dockerfile.ccl .
|
||||
|
||||
More options when building from source
|
||||
--------------------------------------
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
The ``Makefile`` target ``save`` knows how to produce a Self Contained
|
||||
Binary file for pgloader, found at ``./build/bin/pgloader``::
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user