Overview
Welcome & Overview
Community
Privacy Policy
Installation
Learn how to install Folio Studio on your own computer
Folio Studio runs as a Docker container and can be installed on Linux, macOS, or Windows.
⚠️ Folio Studio is not designed to be exposed to public networks or the open internet. It is intended for local or internal use only, such as on a personal machine or within a private LAN. If you choose to expose it externally, you do so entirely at your own risk and responsibility.
Requirements
Before installing Folio Studio, make sure you have the following minimum requirements on your local computer:
- Docker installed and running.
- At least 512 MB of RAM.
- Internet access to pull the container from GitHub Container Registry.
Installation
First, you have to pull Folio Studio using docker pull:
Terminal
$ docker pull ghcr.io/jmjuanes/folio-studio:0.27.1
Then, you can launch a new docker container with docker run:
Terminal
$ docker run -it --name folio-studio -p 8080:8080 jmjuanes/folio-studio
Open a new browser window and type localhost:8080 to start using Folio.