Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phlexus/sandbox
All-in-One local development of Phlexus
https://github.com/phlexus/sandbox
Last synced: 24 days ago
JSON representation
All-in-One local development of Phlexus
- Host: GitHub
- URL: https://github.com/phlexus/sandbox
- Owner: phlexus
- License: bsd-3-clause
- Created: 2019-10-04T20:06:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T21:44:10.000Z (about 5 years ago)
- Last Synced: 2024-11-14T11:37:56.435Z (3 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Phlexus Sandbox
Unifying all development in single place.
## Installation
1. `cd /some/good/spot/`
2. `git clone [email protected]:phlexus/sandbox.git`
3. `cd repositories/`
4. Clone required repository:
* `git clone [email protected]:phlexus/docker.git`
4. Clone all necessary repositories:
* `git clone [email protected]:phlexus/phlexus.git`
* `git clone [email protected]:phlexus/phlexus-core.git`
* `git clone [email protected]:phlexus/phlexus-admin-module.git`
* `git clone [email protected]:phlexus/phlexus-auth-library.git`
* `git clone [email protected]:phlexus/hello-world.git`
5. `docker-compose up -d`