All Projects → SUSE → connect

SUSE / connect

Licence: other
SUSEConnect Client

Programming Languages

ruby
36898 projects - #4 most used programming language
Roff
2310 projects
Gherkin
971 projects

Projects that are alternatives of or similar to connect

Symfony-4-by-Samples
Symfony 4 by Samples is a personal project in which I will be creating small demos with tutorial in which to learn the symfony framework 4. Each of the samples contains a README.md file that indicates the purpose of the sample plus an step by step guide to reproduce it. Basic topics, login and register form, authentication, webpack encore, sass…
Stars: ✭ 40 (+207.69%)
Mutual labels:  registration
SpinNet
[CVPR 2021] SpinNet: Learning a General Surface Descriptor for 3D Point Cloud Registration
Stars: ✭ 181 (+1292.31%)
Mutual labels:  registration
matrix-registration
a token based matrix registration api
Stars: ✭ 182 (+1300%)
Mutual labels:  registration
cvxpnpl
A Perspective-n-Points-and-Lines method.
Stars: ✭ 56 (+330.77%)
Mutual labels:  registration
ANTsR
Advanced Normalization Tools in R
Stars: ✭ 101 (+676.92%)
Mutual labels:  registration
Universal Head 3DMM
This is a Project Page of 'Towards a complete 3D morphable model of the human head'
Stars: ✭ 138 (+961.54%)
Mutual labels:  registration
users-service
A small microservice for managing user registrations, password changes and issue access tokens
Stars: ✭ 16 (+23.08%)
Mutual labels:  registration
hackerAPI
🐓 API for registration, live-site
Stars: ✭ 20 (+53.85%)
Mutual labels:  registration
Registrations-for-WooCommerce
Add a registration product type to your WooCommerce installation.
Stars: ✭ 38 (+192.31%)
Mutual labels:  registration
bg-atlasapi
A lightweight python module to interact with atlases for systems neuroscience
Stars: ✭ 54 (+315.38%)
Mutual labels:  registration
sle2docker
This is a tool which facilitates the creation of SLE containers for Docker.
Stars: ✭ 39 (+200%)
Mutual labels:  suse
cellfinder
Automated 3D cell detection and registration of whole-brain images
Stars: ✭ 122 (+838.46%)
Mutual labels:  registration
mrivis
medical image visualization library and development toolkit
Stars: ✭ 19 (+46.15%)
Mutual labels:  registration
django-slack-oauth
Handles OAuth and stores slack token
Stars: ✭ 51 (+292.31%)
Mutual labels:  registration
numerifides
A proposal for a system of decentralized trust, built on an open, public blockchain.
Stars: ✭ 14 (+7.69%)
Mutual labels:  registration
HipHop 2D3Dregistration
2D/3D registration between CT/MRI or STL models and X-ray images (November 2018)
Stars: ✭ 91 (+600%)
Mutual labels:  registration
D3Feat.pytorch
[PyTorch] Official Implementation of CVPR'20 oral paper - D3Feat: Joint Learning of Dense Detection and Description of 3D Local Features https://arxiv.org/abs/2003.03164
Stars: ✭ 99 (+661.54%)
Mutual labels:  registration
SchoolRegistrationUI-Android
Check out the new style for App Design aims for school or colleges...😉😀😁😎
Stars: ✭ 56 (+330.77%)
Mutual labels:  registration
plugin-registration
Self-Registration plugin for Kanboard
Stars: ✭ 15 (+15.38%)
Mutual labels:  registration
OverlapPredator
[CVPR 2021, Oral] PREDATOR: Registration of 3D Point Clouds with Low Overlap.
Stars: ✭ 293 (+2153.85%)
Mutual labels:  registration

Build Status Dependency Status Code Climate Coverage Status

SUSEConnect

SUSEConnect is a command line tool for connecting a client system to the SUSE Customer Center. It will connect the system to your product subscriptions and enable the product repositories/services locally.

SUSEConnect is distributed as RPM for all SUSE distributions and gets built in the openSUSE build service.

Please visit https://scc.suse.com to see and manage your subscriptions.

SUSEConnect communicates with SCC over this REST API.

Rake tasks

rake console  # Run console loaded with gem
rake rubocop  # Run Rubocop
rake spec     # Run RSpec

Docker usage

Build an image (and everytime you change code)

For SLES12SP0

  • docker build -t connect.12sp0 -f Dockerfile.12sp0 .

For SLES12SP1

  • docker build -t connect.12sp1 -f Dockerfile.12sp1 .

For SLES12SP2

  • docker build -t connect.12sp2 -f Dockerfile.12sp2 .

For SLES12SP3

  • docker build -t connect.12sp3 -f Dockerfile.12sp3 .

For SLES15SP0

  • docker build -t connect.15sp0 -f Dockerfile.15sp0 .

Run commands

Note: Substitute connect.12sp0 with the respective image you've built above.

Open a console

  • docker run --privileged --rm -ti connect.12sp0 /bin/bash

Run RSpec

  • docker run --privileged --rm -t connect.12sp0 rspec

Run Cucumber

  • docker run --privileged --rm -t connect.12sp0 cucumber

Run Rubocop

  • docker run --privileged --rm -t connect.12sp0 rubocop

Run integration tests & cucumber

  • docker run --privileged --rm -t connect.12sp0 sh docker/integration.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].