Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import arXiv #34

Open
2 tasks
physikerwelt opened this issue Feb 26, 2024 · 1 comment
Open
2 tasks

Import arXiv #34

physikerwelt opened this issue Feb 26, 2024 · 1 comment

Comments

@physikerwelt
Copy link
Member

physikerwelt commented Feb 26, 2024

Describe the issue
see MaRDI4NFDI/portal-compose#338

# delete after first run
  unzip:
    image: dockerqa/unzip
    volumes:
      - /hdd/datasets/arxiv/dataset-arxmliv-2024/data:/unzip:ro
      - arxiv-data:/data
    command:
      - '-d /data *.zip'
  httpd:
    image: httpd:2.4
    restart: always
    volumes:
      - /hdd/htdocs:/usr/local/apache2/htdocs/:ro
      - arxiv-data:/arxiv:ro
      - ./secret/apache.htpasswd:/usr/local/apache2/.htpasswd:ro
      - ./config/apache.httpd.conf:/usr/local/apache2/conf/httpd.conf:ro
    labels:
      - com.centurylinklabs.watchtower.enable=true
@physikerwelt
Copy link
Member Author

Config from old server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant