Consider installing Tomcat along with your Apache installation. You can put Tomcat on the server to serve out the JSPs while Apache can be responsible for the HTTP requests. From this tutorial it does not seem too difficult to configure the two to play nicely together. Once that is done, you can go ahead and follow the instructions here without Boundless to install the suite

Depending on what you are doing overall, you might be able to get away with just installing GeoServer by itself without needing to install the whole suite. Instructions for the WAR installation are here . If you are just looking to share the data online and display it in a simple application, you can just set up GeoServer, and then use OpenLayers to render the HTTP side of things. Running them both on the same server could run you into Cross-Domain issues so be prepared to troubleshoot that aspect

When you talk about going out into the field with this data If you are looking to do data collection/editing in the field, or if you are just looking to view it and follow yourself via GPS, you will need to build an application to do so. You can either build a web application using something like OpenLayers to consume your data and follow your GPS location, or you can build an Android application that will do the same

This endeavor is daunting but totally doable with a lot of reading. Once you set up a server to share the data (you might also want to consider
**MapServer** found here, too), you need to then consider how you are going to view and use the data

For viewing and using the data, my company uses two options. On my side of things, I built an application in .NET that pulls the data, caches it, and lets youand update it remotely, but that development isn't free. The other side of my company does it through OpenLayers and a web interface, but they have run into problems caching larger data sets due to some limitations on the client side. That is a free development route though

If you are worried about messing things up on your server trying to install GeoServer or another version, try it out on Amazon Web Services first. Boundless has an AMI there ready to go, but it isn't free. I used a free tier account to experiment and set up Boundless before trying it on a 'real' server. I did end up paying a bit for storage and a static IP, but it was only a dollar or two per month. Once you figure it out, repeat it on your server. You could just dive in on your server though


I did it all with no programming or web background, but it took
**a lot** of reading. Good luck with it!