Giter VIP home page Giter VIP logo

des_ncsa's Introduction

DES Data Management (DESDM) public data release website

This repository is the source code for the DESDM public data release website at https://des.ncsa.illinois.edu/.

Workflow for contributing content updates

  1. Install docker and git.

  2. Fork the repo https://github.com/des-labs/des_ncsa to https://github.com/$GITHUB_USER/des_ncsa where $GITHUB_USER is your GitHub account username.

  3. Clone your fork locally and create a dev-$RELEASE_NAME branch, where $RELEASE_NAME is some short meaningful name like dr2 or y6bao.

    CLONE_DIR="$HOME/src/$GITHUB_USER/des_ncsa"
    git clone https://github.com/$GITHUB_USER/des_ncsa $CLONE_DIR
    cd $CLONE_DIR
    git checkout -b dev-$RELEASE_NAME
  4. Build the Docker image.

    docker build . -t desdm-public --platform linux/x86_64
  5. Configure the webserver to run in "development mode".

    docker run --rm -d --name desdm-public --platform linux/x86_64 \
        -p 8888:8080 \
        -v $(pwd):/home/des \
        -u $(id -u) \
        -e DEBUG_ENABLED="true" \
         desdm-public
  6. Open your browser to http://127.0.0.1:8888 to view the website.

  7. Edit and save the relevant HTML files. Reload the page and see the results. Repeat this step until satisfied.

  8. Commit only the substantive changes to the Git repo and push the updates to your GitHub fork.

    git add [path/to/file_1] [path/to/file_2] [...]
    git commit -m 'Updated release page blah'
    git push origin dev-$RELEASE_NAME
  9. Create a pull request to merge and publish your changes. You must inform the DES Science Release community via the #sci-release Slack channel to allow for a peer review of the submission before it can be accepted.

des_ncsa's People

Contributors

audreykoz avatar aureliocarnero avatar cheymans avatar djbrout avatar douglasleetucker avatar kadrlica avatar madamow avatar manning-ncsa avatar mgckind avatar nsevilla avatar yomori avatar

Watchers

 avatar  avatar

des_ncsa's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.