Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
POC Mirador
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IIIF
POC Mirador
Commits
b9722139
Verified
Commit
b9722139
authored
2 years ago
by
David Beniamine
Browse files
Options
Downloads
Patches
Plain Diff
Update Readme
parent
85114e23
No related branches found
No related tags found
1 merge request
!17
Resolve "Build dependencies from POC"
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+0
-7
0 additions, 7 deletions
README.md
build_deps.sh
+0
-5
0 additions, 5 deletions
build_deps.sh
with
0 additions
and
12 deletions
README.md
+
0
−
7
View file @
b9722139
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
build_deps.sh
deleted
100644 → 0
+
0
−
5
View file @
85114e23
#!/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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment