Git Product home page Git Product logo

diracdoctools's People

Contributors

taykyoku avatar

Watchers

 avatar  avatar

Forkers

taykyoku2

diracdoctools's Issues

Install a client on CC7 (or somewhere else)

Client machine: lxplus
PRE: Verify that upgrade server card is complete.
PRE: you need to have CERN account
PRE: you need your certificate on lxplus

to-do:

  • if you have a CERN account, you can ssh with your CERN account on lxplus and install inside Singularity. This will make sure that your certificate and CAs are already installed
singularity exec --bind /cvmfs /cvmfs/cernvm-prod.cern.ch/cvm4/ bash --norc
# Make sure to use the PEP-440 compliant version, e.g. 7.3.0a3
export version=<version_to_install>
[ -n "$TMPDIR" ] || export TMPDIR=/tmp/$(whoami)
mkdir -p $TMPDIR/CC7py3/$version && cd $TMPDIR/CC7py3/$version
curl -LO https://github.com/DIRACGrid/DIRACOS2/releases/latest/download/DIRACOS-Linux-$(uname -m).sh
bash DIRACOS-Linux-$(uname -m).sh
rm DIRACOS-Linux-$(uname -m).sh
source diracos/diracosrc
pip install DIRAC==$version
dirac-configure
# Enter your password then press <tab> to auto select the certification installation

# Get the tests
git clone https://github.com/DIRACGrid/DIRAC.git DIRACRepo/
cd DIRACRepo
git checkout origin/integration
cd ..
  • if you don't have a CERN account, you can install the client wherever you want, as long as you have certificate cert and key in ~/.globus

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.