GithubHelp home page GithubHelp logo

bgranvea / clickhouse-rpm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from altinity/clickhouse-rpm

0.0 3.0 0.0 256 KB

ClickHouse DBMS build script for RHEL based distributions

License: Apache License 2.0

Dockerfile 3.29% Shell 96.71%

clickhouse-rpm's Introduction

clickhouse-rpm

Build ClickHouse RPMs

Ready-to-use RPMs

In case you'd like to just get ready RPMs look into this repo

Build RPMs

Run builder on any RHEL 6 or RHEL 7 based distribution and get ClickHouse source and binary RPM packages as an output.

Usage:

./builder version
		display default version to build

./builder all
		install build deps, download sources, build RPMs
./builder all --test
		install build+test deps, download sources, build+test and test RPMs

./builder install --build-deps
		install build dependencies
./builder install --test-deps
		install test dependencies
./builder install --deps
		install all dependencies (both build and test)
./builder install --rpms [--from-sources]
		install RPMs, if available (do not build RPMs)

./builder build --spec
		just create SPEC file
		do not download sources, do not build RPMs
./builder build --rpms [--test]
		download sources, build SPEC file, build RPMs
		do not install dependencies
./builder build --rpms --from-archive [--test]
		just build RPMs from .zip sources
		(do not download sources, do not create SPEC file, do not install dependencies)
./builder build --rpms --from-unpacked-archive [--test]
		just build RPMs from unpacked sources - most likely you have modified them
		(do not download sources, do not create SPEC file, do not install dependencies)
./builder build --rpms --from-sources [--test]
		build from source codes

./builder test --docker [--from-sources]
		build Docker image and install produced RPM files in it. Run clickhouse-test
./builder test --local
		install required dependencies and run clickhouse-test on locally installed ClickHouse
./builder test --local-sql
		run several SQL queries on locally installed ClickHouse

./builder repo --publish --packagecloud=<packagecloud USER ID>
		publish packages on packagecloud as USER
./builder repo --delete  --packagecloud=<packagecloud USER ID>
		delete packages on packagecloud as USER

./builder src --download
		just download sources

In most cases just run ./builder all

clickhouse-rpm's People

Contributors

aplunkett avatar bgranvea avatar luckysb avatar mikeeremin avatar romansimakov avatar samofatov avatar sunsingerus avatar vadimtk avatar

Watchers

 avatar  avatar  avatar

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.