Sign inSign up

dbrademan/ipsa

By dbrademan

•Updated almost 8 years ago

Image
0

349

dbrademan/ipsa repository overview

Preconfigured LAMP server which runs the Interactive Peptide Spectral Annotator.

Run the following commands in docker to get IPSA running on localhost:

⁠Get image off DockerHub

docker pull dbrademan/ipsa

⁠Run image and create container

docker run -p 80:80 --name ipsa dbrademan/ipsa

⁠Get into container and run mysql command

docker exec -it ipsa bash

⁠import IPSA's database schema into database

mysql -u root < /var/www/html/Docker/IPSA_Database_Structure.sql

⁠Navigate to IPSA by using one of the following addresses

  • localhost/PeptideAnnotator.html (Linux/Windows 10. localhost)
  • 127.0.0.1/PeptideAnnotator.html (Linux/Windows 10. localhost IPv4 address)
  • 192.168.99.100/PeptideAnnotator.html (Windows 7. virtual machine IPv4 address. This may depend on your virtual machine configuration)

Tag summary

Content type

Image

Digest

Size

339.3 MB

Last updated

almost 8 years ago

docker pull dbrademan/ipsa