Skip to content
Snippets Groups Projects
Select Git revision
  • 612e1bdec0af32ff1e68c8f869a3d47d06e74b6a
  • master default protected
  • patch-2
  • patch-1
  • add-craft
  • handle_custom_taxonomy
  • pre_jobim_updates
  • toward_version_1_0
  • update_form
9 results

pampa_web

Forked from Flissi Areski / pampa_web
261 commits behind the upstream repository.
Yohan Hernandez--Courbevoie's avatar
Hernandez-Courbevoie Yohan authored
New PAMPA version integrating a JSON file in the --web option (easier to
extract).

Updates on the result page :
  - data extracted from JSON
  - result table structure

Updates on the details page :
  - data extracted from JSON
  - peak assigned table
  - spectrum visualization using BOKEH library
  - now supports multiple assignments

Bug fixes
612e1bde
History
Name Last commit Last update
nginx
www
pampa @ 68151de1
Dockerfile
README.md

What is pampa_web?

pampa_web is a web app that allow to execute the pampa software

URL

https://gitlab.cristal.univ-lille.fr/flissi/pampa_web/

Clone repository

$ git clone https://gitlab.cristal.univ-lille.fr/flissi/pampa_web.git

Adapt the Dockerfile to your host

Customize SERVER_NAME value with the server and domain name of your host (default: localhost)

Build the Docker image

$ docker build -t pampa:web .

Run the container

$ docker run -d -t -p 80:80 --name pampa pampa:web

You can then access the pampa web app at http://localhost/pampa or http://<server_name>/pampa/ from remote host