Skip to content

mishravikas/perfmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#perfmanager Mozilla perfomance alerts manager

##Ubuntu 14.04 Development Build Instructions

  1. Visit Docker and get docker up and running on your system.

  2. Add your user to the docker system group. You may need to start a new terminal/session after doing this. Check the output of docker ps and if you don't see permissions warnings you should be fine.

  3. Install docker-compose by following the instructions on this page

  4. Run the following git clone (specify a directory of your choosing if you like):

     git clone https://github.com/mishravikas/perfmanager.git
    
  5. cd into the name of the directory into which you cloned the git repository

     cd perfmanager
    
  6. Run virtualenv on the git cloned directory to setup the Python virtual environment:

     virtualenv venv
    
  7. Activate the virtual environment:

     source venv/bin/activate
    
  8. Run docker-compose to set up the environment:

     cd dockerfiles; docker-compose up --no-recreate
    
  9. Visit http://localhost:8080/ in your browser once you see Starting Server on the console.

About

Mozilla perfomance alerts manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published