Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,21 @@ By default, the application will use `mongoqp-cache/` within the system's
temporary directory. This path, which must be writable, may be customized via
the `twig.cache_dir` configuration option.

#### Docker Setup
Clone the repo

You just have to add the mongo uri in config.php and run commands :
```
$ docker build -t <your-docker-account>/mongoqp .
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is <your-docker-account> supposed to be replaced with? If docker build supports Git repositories with tags, wouldn't that be preferable?

```

then run it using

```
$ docker run <your-docker-account>/mongoqp
```


### Web Server

The application can be started using:
Expand Down