KejawenLab / SemartSkeleton

Symfony Skeleton
MIT License
50 stars 17 forks source link

Error on pre-installation #96

Closed bramaudi closed 2 years ago

bramaudi commented 2 years ago

Step to reproduce

  1. Clone https://github.com/KejawenLab/SemartSkeleton
  2. Run docker-compose build && docker-compose up
  3. Run docker-compose exec app bash then execute php bin/console semart:install inside

Error

image

ad3n commented 2 years ago

@bramaudi read the doc, you can not run like that... You need to generate pki chain

ad3n commented 2 years ago

@bramaudi use https://github.com/KejawenLab/SemartApiSkeleton instead of this repo