Re: [Geoserver-users] Install community extensions?

2024-05-15 Thread Kristian Nils Robin Morin via Geoserver-users
I see, I missed that part of the documentation.

To avoid building my own image i used the official and used the option to
mount additional libs that were already downloaded to host

- type: bind
source: mypath/geoserver/libs
target: /opt/additional_libs

It worked like a sharm


On Wed, May 15, 2024 at 3:51 PM Alexandre Gacon 
wrote:

> I had the same issue : the community extensions are only built for a
> SNAPSHOT version of the 2.25, which is why they cannot be downloaded. I
> didn't find a way to solve this.
>
> REgards
> Alexandre
>
> Le mer. 15 mai 2024 à 15:44, Kristian Nils Robin Morin via Geoserver-users
>  a écrit :
>
>> I am trying to install the community extension ogcapi-features using for
>>
>>   geoserver:
>> image: docker.osgeo.org/geoserver:2.25.0
>>
>> environment:
>>   - INSTALL_EXTENSIONS=true
>>   - SKIP_DEMO_DATA=true
>>   - STABLE_EXTENSIONS=h2,pyramid,css, sqlserver, monitor
>>   - COMMUNITY_EXTENSIONS=ogcapi-features
>>
>> It is available in the list of extensions for the latest version (2.26.x)
>> https://build.geoserver.org/geoserver/main/community-latest/
>>
>> But i get "url does not exist:
>> /geoserver-2.25.0-ogcapi-features-plugin.zip"
>>
>> Is the plugin only available for 2.26? Or is the COMMUNITY_EXTENSIONS
>> variable not working anymore?
>> Or where do i find it to install it for 2.25.0
>>
>>
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to
>> this list:
>> - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
>
> --
> Alexandre Gacon
>


-- 
Med hilsen

*Kristian Morin*
Geodata, systemutvikling
Enhet for kart og arkitektur
Sentralbord: 72 54 25 00
Telefon: 90539229
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install community extensions?

2024-05-15 Thread Alexandre Gacon
I had the same issue : the community extensions are only built for a
SNAPSHOT version of the 2.25, which is why they cannot be downloaded. I
didn't find a way to solve this.

REgards
Alexandre

Le mer. 15 mai 2024 à 15:44, Kristian Nils Robin Morin via Geoserver-users <
geoserver-users@lists.sourceforge.net> a écrit :

> I am trying to install the community extension ogcapi-features using for
>
>   geoserver:
> image: docker.osgeo.org/geoserver:2.25.0
>
> environment:
>   - INSTALL_EXTENSIONS=true
>   - SKIP_DEMO_DATA=true
>   - STABLE_EXTENSIONS=h2,pyramid,css, sqlserver, monitor
>   - COMMUNITY_EXTENSIONS=ogcapi-features
>
> It is available in the list of extensions for the latest version (2.26.x)
> https://build.geoserver.org/geoserver/main/community-latest/
>
> But i get "url does not exist:
> /geoserver-2.25.0-ogcapi-features-plugin.zip"
>
> Is the plugin only available for 2.26? Or is the COMMUNITY_EXTENSIONS
> variable not working anymore?
> Or where do i find it to install it for 2.25.0
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>


-- 
Alexandre Gacon
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


Re: [Geoserver-users] Install community extensions?

2024-05-15 Thread Rahkonen Jukka
Hi,

As documented in Community modules - GeoServer 2.25.x User 
Manual<https://docs.geoserver.org/stable/en/user/community/index.html>:

"Community modules are considered "pending" in that they are not officially 
part of the GeoServer releases. They are however built along with the nightly 
builds, so you can download and play with them."

They are here https://build.geoserver.org/geoserver/2.25.x/community-latest/ 
but they should be installed together with the nightly snapshot of Geoserver.

-Jukka Rahkonen-



Lähettäjä: Kristian Nils Robin Morin via Geoserver-users 

Lähetetty: keskiviikko 15. toukokuuta 2024 14.54
Vastaanottaja: geoserver-users 
Aihe: [Geoserver-users] Install community extensions?

I am trying to install the community extension ogcapi-features using for

  geoserver:
image: 
docker.osgeo.org/geoserver:2.25.0<http://docker.osgeo.org/geoserver:2.25.0>

environment:
  - INSTALL_EXTENSIONS=true
  - SKIP_DEMO_DATA=true
  - STABLE_EXTENSIONS=h2,pyramid,css, sqlserver, monitor
  - COMMUNITY_EXTENSIONS=ogcapi-features

It is available in the list of extensions for the latest version (2.26.x)
https://build.geoserver.org/geoserver/main/community-latest/

But i get "url does not exist: /geoserver-2.25.0-ogcapi-features-plugin.zip"

Is the plugin only available for 2.26? Or is the COMMUNITY_EXTENSIONS variable 
not working anymore?
Or where do i find it to install it for 2.25.0


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Install community extensions?

2024-05-15 Thread Kristian Nils Robin Morin via Geoserver-users
I am trying to install the community extension ogcapi-features using for

  geoserver:
image: docker.osgeo.org/geoserver:2.25.0

environment:
  - INSTALL_EXTENSIONS=true
  - SKIP_DEMO_DATA=true
  - STABLE_EXTENSIONS=h2,pyramid,css, sqlserver, monitor
  - COMMUNITY_EXTENSIONS=ogcapi-features

It is available in the list of extensions for the latest version (2.26.x)
https://build.geoserver.org/geoserver/main/community-latest/

But i get "url does not exist: /geoserver-2.25.0-ogcapi-features-plugin.zip"

Is the plugin only available for 2.26? Or is the COMMUNITY_EXTENSIONS
variable not working anymore?
Or where do i find it to install it for 2.25.0
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users