This page tries to centralize all the important information for the development of CAELinux 2013. It is aimed at developers and contributors to enable some coordination of the efforts. For user documentation and tutorials, please visit http://www.caelinux.org and for general use questions, go to the forums on http://www.caelinux.com.
These rules are just a draft proposition, to be validated soon
There are several ways of getting involved in the project.
The second level is to propose new packages or new features.
The simplest way to propose a new package or new feature or improvement is to open a ticket.
The third level is to contribute to the maintainance of the user documentation on http://www.caelinux.org or the development documentation on the present sourceforge wiki.
For example, you may want to propose an new user manual or tutorial and upload it on http://www.caelinux.org. Or you can maintain the "Package list" page on this development wiki to maintain it up to date.
The fourth level is to become a pakage developer or maintainer. To do this contact the administrator to become an official developer so you can contribute and upload your contributions. You may want to develop a new Deb package or update an existing one. Or try to find answers to the open tickets by proposing work arounds.
If you want to upload a new package, ask the admins about the procedure. Your package will be reviewed before being proposed online and also you will need to write (or update) a document to describe how the package was built (and maybe attach a source package or build script). The idea is that this documentation should be complete enough for anybody else to rebuild your package from scratch in the same way as you did.
The fifths and last level is to become an admin. This means that you will have the right to promote new packages in the repository and manage the access rights of the users. This is only for experienced developers who already contributed much and have a trusted track record.
To test packages of the "testing" branch of CAELinux 2013, you first need to install any version of Ubuntu 12.04 64bit (Ubuntu and Xubuntu are known to work well) and add the CAELinux repository in your package source list. As CAELinux also uses packages from other repositories, please follow this procedure :
deb http://kent.dl.sourceforge.net/project/caelinux 2013 testing
or
deb http://switch.dl.sourceforge.net/project/caelinux 2013 testing
update your package lists with sudo apt-get update
install external sources used by caelinux packages
sudo apt-get install caelinux-apt-sources
update the package list a last time
sudo apt-get update
install your caelinux packages using
sudo apt-get install name-of-the-package
if you encounter a problem or see a need for improvement, open a "Ticket". To hel the developers. try to be very clear in your description of the problem (what happened, when doing what, what is your configuration, which package version, attach a picture or copy the error message ...)