Skip to content
forked from dinovski/iPipet

source code for the benchtop pipetting tool iPipet at ipipet.teamerlich.org

License

Notifications You must be signed in to change notification settings

BarShahino/iPipet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup:

Create system user 'ipipet':

    sudo adduser --system --group --no-create-home ipipet

Create directories for ipipet:

    sudo mkdir /var/{run,log}/ipipet
    sudo chown ipipet:ipipet /var/{run,log}/ipipet
    sudo chmod 0755 /var/{run,log}/ipipet

The run the flask app with gunicorn as user ipipet:

    sudo ./pooling.sh start

About

source code for the benchtop pipetting tool iPipet at ipipet.teamerlich.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 61.8%
  • Python 20.5%
  • CSS 9.0%
  • Shell 8.7%