Giter VIP home page Giter VIP logo

pboots's Introduction

pboots

pboots is a Django project to provide a dynamic web service for booting clients over the network. It currently supports PXELINUX for booting computers depending on their IP-address and the current time. This repository is mainly an draft for one possible way to use the pboots/pxelinux app.

set it up

I assume you have a working PXELINUX (version >= 6) setup on the same server running this web service (that is not necessary at all, just makes this how-to a bit easier) and set DHCP-option 209 to http://your-boot-server-IP/pxelinux.cfg/.

testing

You don't need to set up a hole server-environment to test this, just cp sample-configs/pboots_locale_settings.py pboots/locale_settings.py, open it, set a paths for an sqlite-file and enter a hostname and a secret key (any random combination of ASCII-chars). You can now run puthon manage.py syncdb to set up the databases and a superuser (you will need it later so say yes here). After a python manage.py runserver 80 you can configure your test-setup by going to http://your-boot-server-ip/cfg according to the instructions in pboots/pxelinux/README.md. Note that the page looks ugly only in testing mode since the img and css files for Django-admin are missing.

deploying

Just take a look on the files in sample-configs, you should get the idea.

pboots's People

Contributors

zvyn 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.