Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pampa_web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Touzet Hélène
pampa_web
Commits
19ebd75f
Commit
19ebd75f
authored
1 year ago
by
Flissi Areski
Browse files
Options
Downloads
Patches
Plain Diff
Add README file
parent
48cfb227
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+27
-0
27 additions, 0 deletions
README.md
with
27 additions
and
0 deletions
README.md
0 → 100644
+
27
−
0
View file @
19ebd75f
# 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/](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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment