15 projects tagged "Deployment"
Python Packager is a Web application that converts Python source code into stand-alone applications for Windows and Linux. Python Packager creates a portable exe, a portable directory, and an installer for Microsoft Windows. Python Packager also creates portable files, portable directories, and DEB and RPM pacakges for Linux. Other features include analysis of the source code using linting tools, adding licensing terms to the code, and automatic generation of documentation. Python Packager is similar to tools such as Py2Exe, PyInstaller, cx_Freeze, and bbFreeze. Python Packager simply uses existing tools "under the hood". It does not claim to add any extra features which can be achieved with existing tools. It builds Python executables on Linux and Windows using PyInstaller (much like Py2Exe). It also uses PyLint to analyse the source code. It documents code with epydoc.
INPUTsys Exe Packer creates executables with a Java Runtime Environment (JRE) and additional files embedded. When the packed application starts, the JRE files will be extracted to a temporary directory. The minimum size of the resulting executable file is 13MB. No ahead of time (AOT) compilation is done; the Hotspot compiler is used. There is a Java system property which points to the extracted directory, so your Java application can use whatever files have been packed into the executable.
JCGO (pronounced as "j-c-go") translates (converts) programs written in Java into platform-independent C code that can be compiled (by third-party tools) into highly-optimized native code for the target platform. JCGO is a powerful solution that enables your desktop, server-side, embedded, mobile, and wireless Java applications to take full advantage of the underlying hardware. In addition, JCGO makes your programs, when compiled to native code, as hard to reverse engineer as if they were written in C/C++. The JCGO translator uses some optimization algorithms that allow, together with optimizations performed by a C compiler, the resulting executable code to reach better performance compared with the traditional Java implementations (based on the Just-In-Time technology). The produced executable does not contain nor require a Java Virtual Machine to execute, so its resource requirements are smaller than that required by a typical Java VM. This also simplifies the process of deployment and distribution of an application.
Graviton Reference System stores your IT departments domain knowledge into a single configuration point for servers and desktops running Linux. It allows you to keep your computer systems synchronized, clean, and up-to-date, and makes it incredibly easy to recover a system or an entire enterprise of systems in case of disaster. Instead of deploying a single image to your systems, it allows hosts to be subscribed to the applications and packages they actually need. Global changes can be made in one place.
EBuild is a software project build, dependency management, and reporting technology. The aim is to be able to tackle any build problem in a structured, declarative, and elegant way. It is written in Java, but can be used to build all manner of projects and is extensible via a plugin interface. It is best compared to something like Maven (and in some respects Ivy). It aims to overcome certain design flaws and the resultant unnecessary complexity. The EBuild build model is general, but plugins need to be written in a JVM compatible language. Existing plugins all deal with the Java ecosystem, so EBuild is most suitable for Java and mixed technology software projects.
BitNami Tomcat Stack Native Installer is an easy-to-install environment to develop and deploy Java applications. It includes pre-configured, ready-to-run versions of Apache, Tomcat, MySQL, and Java. Users can get the environment up and running in minutes after answering a few questions.