close
The Wayback Machine - https://web.archive.org/web/20201031120536/https://github.com/deepmipt/log_analysis
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

#Deployment instructions

  1. Clone repo:
    git clone https://github.com/deepmipt/log_analysis.git
    
  2. cd log_analysis dir:
    cd log_analysis
    
  3. Create and activate virtual env:
    virtualenv env -p python3.6
    source env/bin/activate
    
  4. Install:
    python setup.py develop
    
  5. Set Jupyter password:
    jupyter notebook password
    
  6. Generate Jupyter config:
    jupyter notebook --generate-config
    
  7. cd scripts dir:
    cd scripts
    
  8. Run deployment script:
    python deploy.py 
    
  9. cd back to log_analysis dir and run launch script:
    cd ..
    ./run_log_analysis.sh
    
  10. To create update task:
    1. Open crontab editor with:
      crontab -e
      
    2. Add task according following mask:
      * * * * * cd </path/to/dir/where/to/store/update/logs> && </path/to/python> </path/to/update.py>
      

About

No description, website, or topics provided.

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.