GithubHelp home page GithubHelp logo

nerc-project / nerc-docs Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 10.0 72.49 MB

User-facing documentation for the New England Research Cloud

Home Page: https://nerc-project.github.io/nerc-docs

HTML 100.00%

nerc-docs's Introduction

NERC Documentation

User-facing documentation for the New England Research Cloud This repository contains NERC documentation written in Markdown which is converted to html/css/js with the mkdocs static site generator. The theme is mkdocs-material with NERC custom theme and template. The documentation pages can be found in top-level folder docs.

Contributing

We would welcome your contributions, in order to get started check out the Contributing Guide.

nerc-docs's People

Contributors

aabaris avatar dps0340 avatar joachimweyl avatar jtriley avatar knikolla avatar milstein avatar pdurbin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nerc-docs's Issues

Update NERC Documentation page to include instructions for non-partners on how to get access

Motivation

As a user from an institution, I would like to know how to arrange for my institution to enable my use of the NERC.

As an institution, I would like to know how to arrange for participation in using the NERC for my constituents.

Completion Criteria

Documentation live on the NERC doc site that lets non-partners know how to get access.

Description

Add details to the NERC Doc page for institutions who are not partners and how they may get access to NERC OpenShift/Stack.

  • Draft documentation
    • draft MOU's
    • link to charges
    • any variation for non-member institutions (eg. egress charges?)
    • process to get added to CILogon - nerc-project/regapp#38
  • Have others review
  • merge

Completion dates

Desired - 2023-12-22
Required - TBD

tagged @waygil and @[email protected] to add to this.

Add tutorial on using OpenStack Swift for Datalad

Hello,

I am using NERC OpenStack Swift as a git-annex special remote for a Datalad repository. I would like to contribute some documentation on how to do this to the NERC user guides.

Background info: Datalad is a git-based data management tool which wraps git-annex, a system for adding large files to Git and using distributed storage for those files. Datalad is very popular among the neuroimaging research community.

I am successfully using NERC Swift as a git-annex special remote for my Datalad repository here: https://github.com/jennydaman/bigbrain-arterial-registration-datalad

Here's what I did:

First, I created EC2 access key ID and secret from https://stack.nerc.mghpcc.org/dashboard/project/api_access/

export AWS_ACCESS_KEY_ID=xxxxxxxx
export AWS_SECRET_ACCESS_KEY=xxxxxxxx
git annex initremote nerc-swift type=S3 encryption=none bucket=bigbrain-arterial-registration-datalad autoenable=true host=stack.nerc.mghpcc.org protocol=https port=13808 requeststyle=path public=yes
git annex enableremote nerc-swift publicurl="https://stack.nerc.mghpcc.org:13808/swift/v1/AUTH_2dd3b02b267242d9b28f94a512ea9ede/bigbrain-arterial-registration-datalad"
datalad create-sibling-github bigbrain-arterial-registration-datalad-3_fsl_registration --access-protocol ssh --publish-depends nerc-swift

need to document the process for expanding existing filesystems on expanded volumes

When a user expands a volume that has an existing filesystem, that filesystem will need to be expanded from within a VM. Depending on the OS image being used on a given instance, this may happen automatically via various cloud utils or might need to be done manually by the user. In the case of manual steps this would be using resize2fs for ext-based filesystems, xfs_growfs for xfs, etc.

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.