Giter Club home page Giter Club logo

buildiso-web's Introduction

Buildiso is mainly a web app to simplify creation of cobbler boot ISOs in an environment where PXE-boot not possible.
In recent cobbler-web (the upstream project) has this feature already, but for users of older cobbler versions 
this might be interesting, especially if you're using Spacewalk/RHN Satellite which comes with older release of cobbler. 

Screenshots can be found here: http://files.radicore.se/ 

Setup instructions

1. install python-webpy (0.35), cobbler 2.0* and mod_wsgi

2. move apache config buildiso.conf to /etc/httpd/conf.d/

3a. move buildiso-web dir to /var/www/
 b. chown -R apache:apache /var/www/buildiso-web 
 c. create sessions and tmp dir inside buildiso-web
 d. If you use selinux the following commands should be run as well:
       semanage fcontext -a -t httpd_sys_content_rw_t '/var/www/buildiso-web/tmp(/.*)?'
       restorecon -vRF /var/www/buildiso-web 
       setsebool -P cobbler_anon_write on
       setsebool -P allow_httpd_anon_write on

4. edit /etc/cobbler/settings: (only when used with Spacewalk/Satellite)
      redhat_management_permissive: 1  

5. service httpd restart; service cobblerd restart

6. point browser to https://<hostname>/buildiso/login and login with cobbler credentials

buildiso-web's People

Contributors

delhage avatar lsjostro avatar

Stargazers

 avatar  avatar

Watchers

 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.