Docker

Components

Setup using Docker Compose

The easiest way to get started with wraft-backend is using Docker by running the following command.

$ git clone https://github.com/wraft/wraft.git
$ cd wraft
 
# Copy the example env to your own file and edit it
$ cp .env.example .env.dev
 
#Load the development environment variables
$ source .env.dev
 
# Start the Docker containers
$ docker-compose up -d
 
# Visit localhost:3200
$ http://localhost:3200

The default username and password

username: wraftuser@gmail.com
password: password

Manual Instllation

  • Elixir
  • LaTEx, and Pandoc
  • Minio and PostgresSQL

On this page