Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 759 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 759 Bytes

Docker Kit

Docker Kit is a docker-environment with built-in to run open-hotel automatically. You just need to have docker-compose installed to run it.

Our packages:

How to run the environment

Clone the repositories:

git clone [email protected]:open-hotel/orion-emulator.git
git clone [email protected]:open-hotel/open-hotel-client.git
# or
./download_repositories.sh

Build the compose environment:

docker-compose build
docker-compose up

Now you should be up and running!

Any problems? Create an issue