Skip to content

Github mirror of "analytics/quarry/web" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing

License

Notifications You must be signed in to change notification settings

dushmis/analytics-quarry-web

 
 

Repository files navigation

Setting up a local environment

Quarry uses Vagrant to set up a local environment. You can set it up by:

  1. Download and install Vagrant
  2. Download and install VirtualBox
  3. Clone the Quarry repository
  4. Run vagrant up
  5. Access your local quarry instance on localhost:5000

The default instance queries the quarry database itself :)

Reloading after making a change

The dev setups are set up to use auto-reloading when any files are changed. If that does not work well, you can reload them manually by:

  1. Run vagrant ssh
  2. Run sudo service quarry-* restart

This will restart both the web server and the celery worker nodes.

About

Github mirror of "analytics/quarry/web" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.7%
  • HTML 20.6%
  • JavaScript 13.9%
  • CSS 4.1%
  • Shell 0.7%