User Tools

Site Tools


eolab:ioa:offline_farmos:installing_farmos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
eolab:ioa:offline_farmos:installing_farmos [2022/09/28 16:59] jan001eolab:ioa:offline_farmos:installing_farmos [2022/09/28 17:06] (current) jan001
Line 51: Line 51:
       - '8080:80'       - '8080:80'
 </file> </file>
 +
 +You are already seeing some of Dockers magic. with "ports" we can define on which port we want our service to be available. Normally farmOS runs on port 80. But with Docker we can just select any port we want. I choose 8080.
 +
 +You can leave and save the file in nano by hitting Ctrl+X and select yes by hitting "y".
 +We can now test our configuration.
 +
 +<cli>
 +pi@ioa-webserver:~/farmOS $ docker compose up -d
 +</cli>
 +
 +You should now be able to go to your own instance of FarmOS by going to your favorite browser and going to the webpage [[http://ioa-webserver.local:8080]]. Make sure you are in the same network as your Pi. "ioa-webserver" is the hostname we defined during the operating system installation.
eolab/ioa/offline_farmos/installing_farmos.1664377157.txt.gz · Last modified: 2022/09/28 16:59 by jan001