Waziup / WaziCloud

WAZIUP Cloud and local platform
31 stars 28 forks source link

platform installation with docker #141

Closed j-forster closed 6 years ago

j-forster commented 7 years ago

following the install instructions from INSTALL.md

  git clone git@github.com:Waziup/Platform.git
  cd platform
  docker-compose up

I end up with the docker error:

ERROR:
        Can't find a suitable configuration file in this directory or any
        parent. Are you in the right directory?

        Supported filenames: docker-compose.yml, docker-compose.yaml

As there are no docker-compose.yml, docker-compose.yaml files inside the root directory, what else can i do to install the platform?

cdupont commented 7 years ago

Hi Johann, the platform doesn't have an automated install procedure yet. We are working on it: https://github.com/Waziup/Platform/issues/72

cdupont commented 6 years ago

done: docker-compose up should work.