[15 total ]
CMake is a cross-platform, open-source build system. It is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your cour choice, such as GNU Make, Visual Studio, and Xcode.
Nullsoft Scriptable Install System is a tool for creating quick and user-friendly installers for Microsoft Windows operating systems. It is a script-based system that adds a very small overhead, only 34 KB. It features LZMA compression, support for multiple languages, and an easy-to-use plugins system
Pacman is Arch Linux's package manager.
Inno Setup is a free installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability.
The Windows Installer XML (WiX) is a toolset that builds Windows installation packages from XML source code. The toolset supports a command line environment that developers may integrate into their build processes to build MSI and MSM setup packages.
IzPack is a one-stop solution for packaging, distributing and deploying applications.
It is fully cross-platform and generates a single installer. As such, it is an alternative to native solutions such as platform-specific installers and package managers.
IzPack-generated installers only require a Java virtual machine to run.
Cobbler is a Linux installation server that allows for rapid setup of network installation environments.
With a simple series of commands, network installs can be configured for PXE, reinstallations, media-based net-installs, and virtualized
... [More]
installs (supporting Xen, qemu, KVM, and VMware Server). Cobbler uses a helper program called 'koan' (which interacts with Cobbler) for reinstallation and virtualization support.
Cobbler can also optionally help with managing DHCP, DNS, and yum package mirroring infrastructure -- in this regard, it is a more generalized "provisioning" server, rather than just dealing specifically with installations. It has a command line interface, a web interface, and also several API access options. [Less]
ISTool is a visual script editor/generator for Jordan Russell's Inno Setup compiler.
Autopackage makes software installation on Linux easy. Software distributed using Autopackage can be installed on multiple Linux distributions and integrate well into the desktop environment.
The Pre Make Kit project is a toolkit providing a collection of tools aimed to ease a lot of stages in project development. It provides a scanner that generates template source components such as configuration file or makefile. It also provides a
... [More]
dependency checker that sets up templates files depending on the system components (such as auto* tools or similar projects). For portability purpose, a BSD like install program is also part of the kit. [Less]
cURL Installation Script for UnrealIRCd
This project is no longer maintained. Lack of skill, time and motivation for the project and a lack of real usefulness and userbase were the main factors in its abandonment.
Meant to promote the use of Erlang-language tools on Gentoo by making them
... [More]
easy to compile from source and install in a customized fashion.
This project will hopefully accelerate the inclusion of useful Erlang packages and provide reason for a new category, dev-erlang. A secondary goal is to improve the packaging of Erlang projects in general.
I'm not a Gentoo developer and probably won't become one soon but I like writing ebuilds and think Erlang is cool. While perhaps a developer is willing to support this stuff, official inclusion in Portage is apt to take a while and this repository can perhaps accelerate the process. [Less]
Simple and customizable script that automatically creates and configures a new django project with user's own preferences. Designed for developers that create many django projects with the same structure.
It is also good for Django newbies, because
... [More]
after execution there is a working Django project.
Created projects are configured for working with newforms-admin branch.
Installation and usage:
cd [INSTALLATION_PATH]
svn co https://dsnp.googlecode.com/svn/trunk/ dsnp
cd [DJANGO_PROJECTS_ROOT]
python [INSTALLATION_PATH]/dsnp.py [NEW_PROJECT_NAME]Customization of the script:
Edit dsnp.py and modify any of following variables: APP_NAME: Name for your (first or only) django application (inside the project) ADMIN_NAME: Path for the django admin application SETTINGS_TEMPLATE: Your default settings.py file BASE_TEMPLATE: Your base.html file
Moving your project to a production environment
For moving your project to a production environment, as well as copying your project tree, you should do next steps: Edit env_settings.py and modify necessary values (probably all values, specially set DEBUG to False, and set up your production database) Set up your production web server. Here it is an apache + mod_python virtual host sample file:
ServerAdmin me@mydomain
DocumentRoot /var/www/myproject
ServerName mydomain
ErrorLog /var/log/apache2/mydomain_error_log
CustomLog /var/log/apache2/mydomain_access_log combined
SetHandler python-program
PythonPath "['/opt/django/newforms-admin'] + ['/var/www'] + sys.path"
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE myproject.settings
PythonDebug Off
SetHandler None [Less]
AppSnap is an application that simplifies installation of software. It automatically figures out the latest version, downloads the installer and then installs the software in one seamless step.
http://www.youtube.com/v/2NyH5mdXrXc&hl=de&fs=1See http://klik.atekon.de/ for project details
http://klik.atekon.de/presentation/ for a presentation about the philosophy and use cases of klik
http://klik.atekon.de/wiki/index.php/Klik2 for klik2
... [More]
http://klik.atekon.de/wiki/index.php/FUSE for union fuse
http://klik.atekon.de/wiki/index.php/Developer_meetings for the next klik developer meeting
https://mail.kde.org/mailman/listinfo/klik-devel developer mail list
Contact Killerkiwi2005 AT gmail DOT com for svn commit access [Less]