Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 729 Bytes

README.md

File metadata and controls

56 lines (37 loc) · 729 Bytes

TheRole. Development Environment

Requirements

On your local machine you need some tools to start development process

  • docker
  • ruby
  • git

versions of the tools are not very important. Just try to use the most recent ones.

How to start developement process?

1. Clone the Repository

git clone https://github.com/TheRole/the_role_dev.git --recursive
cd the_role_dev

3. Build a Docker Image

ruby dev/build

4. Start Docker containers

ruby dev/start

5. Run Tests in a Container

ruby dev/test

6. Get in the Development Conatiner

ruby dev/open

7. Check status of Docker containers

ruby dev/status

License

MIT