Ubuntu 18.04 (LTS) with Foswiki
2.1K
This Dockerfile contains instructions on how to build an image with Foswiki 2.1.6 based on Ubuntu 18.04 (LTS).
docker:
ubuntu-foswiki:
pull built image from the docker hub:# docker pull andreysmelter/ubuntu-foswiki
# docker tag andreysmelter/ubuntu-foswiki:latest ubuntu-foswiki:latest # retag docker image
# docker rmi andreysmelter/ubuntu-foswiki # remove after you have retagged it
build an image using Dockerfile at the root of this repo by running docker build from directory containing Dockerfile:# docker build -t ubuntu-foswiki .
run Foswiki:# docker run -t -p 4000:80 ubuntu-foswiki
http://localhost:4000/foswikiThe image contains unconfigured Foswiki installation where you will need to save paths,
set admin password, register user, etc.
Visit Foswiki Documentation to learn more:
Slide show presentation for beginners:
Add Internal Admin Password under Security and Authentication -> Passwords.

Add your UserName to Access to Configure (users who can access configure page) under Security and Authentication -> Access Control.

Save configure page.
Go to http://localhost:4000/foswiki/System/UserRegistration and register your UserName.

Go to http://localhost:4000/foswiki/Main/AdminGroup and add your UserName to AdminGroup.

To protect main page with login screen:
To create new webs:
Content type
Image
Digest
Size
159.1 MB
Last updated
about 8 years ago
docker pull andreysmelter/ubuntu-foswiki