Giter VIP home page Giter VIP logo

pulsaros's Introduction

PulsarOS is an Linux based Network-Attached Storage (NAS)/Homeserver distribution. The goal? To create a distribution like FreeNAS or Openfiler for home use. The philosophy? PulsarOS is kept simple. No need for thousands of configuration options. Upon release, PulsarOS will have just the necessary administration options to create a powerful NAS system @home.
 
The best thing about PulsarOS? --minimal storage requirement! The installer needs 20Mb (32-bit) in memory. The installation footprint is just 15Mb (32-bit)! PulsarOS is the perfect distribution for Intel's Atom or VIA's mini-itx processors. Combined with an IDE-CF adapter or small flash module it's silent and "green".
 
The plugin system makes PulsarOS highly extensible while keeping the distribution simple. Upon installation, PulsarOS is just a NAS for you, fully configured; it is the keystone for your digital home.
 
 
 
Benefits
========
 • Loads completely into ram (Failsafe)
 • Modular design (Plugin system)
 • Clean and simple frontend
 • Uses the latest linux technology (kernel 2.6.*, mdadm and lvm2, ext4 as filesystem)
 
Used technologies
=================
 • Buildroot
 • Busybox
 • Monit
 • Codeigniter for the Frontend
 

Build PulsarOS with the framework
=================================

0. Prerequisites
----------------
Supported Plattform - Debian (but other distros should also work)
bsdtar
libarchive-dev
pacman (http://www.archlinux.org/pacman)
bison
flex
gcc
g++
git
gettext
make
texinfo
unzip

1. Fetch the framework on github
--------------------------------
cd $HOME
git clone https://github.com/tbrandstetter/PulsarOS.git
find . -name *.sh -exec chmod 755 {} \;

2. Change pacman config (makepkg.conf)
--------------------------------------
CARCH="i686"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=i686 -mtune=generic -O2 -pipe"
CXXFLAGS="-march=i686 -mtune=generic -O2 -pipe"

3. Start the framework build
----------------------------
cd PulsarOS
./setup.sh "arch" "path to workdir" (right now we only support "x86" architecture)

4. Fetch the built image
------------------------
Location: "workdir path"/images

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.