github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/examples/ruby/rideshare_rails/README.md (about)

     1  # Rails rideshare example
     2  
     3  ```
     4  # Pull latest pyroscope image:
     5  docker pull pyroscope/pyroscope:latest
     6  
     7  # Run the example project:
     8  docker-compose up --build
     9  
    10  # Reset the database (if needed):
    11  docker-compose down
    12  ```