Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Librephotos Docker Scaling
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
Dev Ops
Librephotos Docker Scaling
Commits
489edfd4
Commit
489edfd4
authored
4 years ago
by
Matteo Parrucci
Browse files
Options
Downloads
Patches
Plain Diff
added repos to readme
parent
c0bcbb61
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
489edfd4
# For common users:
Set the needed variables in .env (take librephotos.env as model)
Just pull the repo and run
Clone the repo:
`git clone git@github.com:LibrePhotos/librephotos-docker.git`
docker-compose up -d
This will get the pre-built images and start all the needed processes
# For developers:
Set the needed variables in .evn (take librephotos.env as model)
Also set the codedir variable that tells docker where your source folder are
Pull frontend code
into
${codedir}/frontend/
Pull backend code into ${codedir}/backend/
Pull frontend code
with
`git clone https://github.com/LibrePhotos/librephotos-frontend.git
${codedir}/frontend/
`
Pull backend code into
`git clone https://github.com/LibrePhotos/librephotos.git
${codedir}/backend/
`
Pull this repo and run
docker-compose -f docker-compose.yml -f docker-compose.dev.yml up -d
This will build images from scratch (can take a long time)
...
...
@@ -18,4 +18,4 @@ N.B. If you already built this image once, when you do changes you have to run
docker-compose build --no-cache frontend
docker-compose build --no-cache backend
based on which one you changed if these changes need rebuild as for added dependencies/libraries etc.
\ No newline at end of file
based on which one you changed if these changes need rebuild as for added dependencies/libraries etc.
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