Giter Site home page Giter Site logo

salt-buildout's Introduction

Buildout for Salt

Basic Installation using the offline buildout

If you have downloaded the offline buildout tarball from GitHub follow instruction in this section.

  1. Using the system package management tool, install gcc, swig, zlib and other basic development libraries.

  2. Run installpy27.sh

    ./installpy27.sh
    
  3. Run install.py

    ./usr/bin/python2.7 install.py
    

Basic Installation using the online buildout

This instruction is for those who trying to install Salt directly from the clone of github repo.

  1. Using the system package management tool, install gcc, swig, zlib and other basic development libraries.

  2. Run installpy27.sh

    ./installpy27.sh
    
  3. Run bootstrap..py

    ./usr/bin/python2.7 bootstrap.py
    
  4. Run buildout

    ./bin/buildout -c linux.cfg
    

Running Master

  1. Copy etc/master.template to etc/master

    cp etc/master.template etc/master
    
  2. Edit etc/master and change default settings, if required.

  3. Run Salt master

    ./bin/salt-master -c etc/master -l debug
    

Running Minion

  1. Copy etc/minion.template to etc/minion

    cp etc/minion.template etc/minion
    
  2. Edit etc/minion and change default settings, if required.

  3. Run Salt minion

    ./bin/salt-minion -c etc/minion -l debug
    

salt-buildout's People

Contributors

baijum avatar

Stargazers

 avatar  avatar

Watchers

 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.