Skip to content
Snippets Groups Projects
Verified Commit b9722139 authored by David Beniamine's avatar David Beniamine
Browse files

Update Readme

parent 85114e23
No related branches found
No related tags found
1 merge request!17Resolve "Build dependencies from POC"
......@@ -22,13 +22,6 @@ This readme assumes that you now a few basic about `docker` and `docker-compose`
Clone the current git repository and cd inside.
*NOTE : the two following steps should become obsolete at some point*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
git submodule init && git submodule update
bash build_deps.sh
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Copy `.env.template` to `.env` and change variables to suit your need.
You **MUST** set at least the `ANNOTOT_SECRET_KEY_BASE` to a random string, the rest is preconfigured for a local development environment.
......
#!/bin/bash
cd mirador-video-annotation
docker run --rm -v $PWD:/opt -it node:12 /bin/sh -c "cd /opt && npm install && npm run build:es"
cd ../annotations-plugin
docker run --rm -v $PWD:/opt -it node:12 /bin/sh -c "cd /opt && npm install && npm run build"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment