Page MenuHomeSoftware Heritage

Rewrite the 'How to use' section as a 'Quick Start'
ClosedPublic

Authored by douardda on Jan 10 2019, 1:55 PM.

Details

Summary

with a step-by-step approach.

Also add a section listing ports published on the host and a section on
tasks (SWH vs. Celery).

depends on D911

Diff Detail

Repository
rCDFD Dockerfiles for developers
Branch
loaders
Lint
Lint Skipped
Unit
Unit Tests Skipped
Build Status
Buildable 3354
Build 4322: arc lint + arc unit

Event Timeline

It's pretty good!

I do not see the benefits of altering the ports we already use for swh services though.

(Related to D911#19568).

That:

  • diverges from the ports used in production (5002 storage, 5003, objstorage, etc...)... Admitedly, i'm used to those ;)
  • introduces as you said in the readme a divergence in the way we actually run commands from within and out of the containers.

Also, the docker-compose ps output seems to be the old one (without the new ports remapping).

rebased and adapted to nginx-based URIs

depends on D954

vlorentz added a subscriber: vlorentz.
vlorentz added inline comments.
README.md
286

components

302

executed

This revision is now accepted and ready to land.Jan 15 2019, 6:23 PM

Rebase and fix a couple of typos

reported by vlorentz, thx!

This revision was automatically updated to reflect the committed changes.