/sandbox

All-in-One local development of Phlexus

BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Phlexus Sandbox

Unifying all development in single place.

Installation

  1. cd /some/good/spot/
  2. git clone git@github.com:phlexus/sandbox.git
  3. cd repositories/
  4. Clone required repository:
    • git clone git@github.com:phlexus/docker.git
  5. Clone all necessary repositories:
    • git clone git@github.com:phlexus/phlexus.git
    • git clone git@github.com:phlexus/phlexus-core.git
    • git clone git@github.com:phlexus/phlexus-admin-module.git
    • git clone git@github.com:phlexus/phlexus-auth-library.git
    • git clone git@github.com:phlexus/hello-world.git
  6. docker-compose up -d