So I've been working on Nexenta for a fortnight now, and have picked up a lot of things. Below is a short introduction/guide on how you can join the project.
Introduction
First a little bit of background. The debian project was started in the early nineties to be a one-stop package repository for Linux applications. It has been a fairly popular distribution. However, it was the Ubuntu distribution that made the most use of these packages. Ubuntu is a debian derivative, with focus on the desktop. It makes use of the debian's packages, on top of the linux kernel.
The solaris kernel is very well regarded for its rock solid stability. When solaris was open sourced as opensolaris in 2005, many possibilities emerged.. what if we could combine Solaris's famed stability with Ubuntu's famed user experience. And this is the aim of the Nexenta project.
So that is the backstory. Nexenta = Ubuntu - Linux kernel + Solaris kernel. Nexenta is currently focusing on the Nexenta Core Platform, which is a starting point for any type of focussed distribution; ncp will allow for easy addition of packages, and you are free to develop any distribution on top of it, by adding any packages you want. Which brings us to how you contribute to the Nexenta project: Packages.
Ubuntu/Debian currently have 20000 packages. We need help from the community to port these to Nexenta. A sizable portion has already been done. And a sizable portion remains.
Getting Started
To get started.. these are the documentation a newbie would have to to pursue:
Nexenta uses the Debian/Ubuntu packaging model. This is thoroughly explained in
A majority of the open source applications use the GNU autotools to compile and build programs. This autotools tutorial should help you get started.
Platform
Locally: As NCP is a command-line only environment, the ideal setup for developing would be running NCP VMWare server on Ubuntu Hardy 8.04. NCP 2.0, the upcoming release is based off this Ubuntu release. You can however install this on baremetal or on Windows/ OpenSolaris.
Remotely: Another option is to use the build machines at gnusolaris.org remotely. get onto IRC, and request for a login details. We'll setup a development zone, and give you the login details. Further details on the hackathon page in the "How to get started" section
Machine requirements
Installing Nexenta Core Platform
A step by step guide with screenshots is available at http://www.nexenta.org/os/Getting_Started
If you run into issues setting up VMware with bridged networking, you can take a look at my previous entry.
Getting help
The nexenta project has a very helpful community, that answers your queries quickly.
[The next part will take a look at the important commands used in porting packages]