# bootstrap **Repository Path**: mirrors_Tieske/bootstrap ## Basic Information - **Project Name**: bootstrap - **Description**: Bootstrap process to create the deployment utility from scratch - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README LuaDist Bootstrap [![Build Status](https://secure.travis-ci.org/LuaDist/bootstrap.png?branch=master)](http://travis-ci.org/LuaDist/bootstrap) ================= This repository contains an installation script that will bootstrap a self contained LuaDist distribution. To build LuaDist please make sure your system has git, CMake 2.8 and a compiler tool-chain available. On Ubuntu this requires cmake 2.8 and build-essential. This build will take quite a while to compile, please be patient. Checking out of git and run: git clone git://github.com/LuaDist/bootstrap.git cd bootstrap ./bootstrap Once the installation finishes the folder should contain a fully versioned LuaDist distribution in _install subdirectory: cd _install ./bin/luadist list # lists installed modules ./bin/luadist search # lists online repository ./bin/luadist install luaexpat # installs luaexpat You can move and rename the _install folder as desired. Contributing ------------ 1. Submit a [issue][issue] with a link to your git repository of the module. 2. A maintainer will fork the module into LuaDist grant you the rights to push changes into it. 3. The maintainer will add a submodule referencing the forked module into this LuaDist/Repository. Call for Maintainers -------------------- If you would like to help us maintain the repository and update modules without maintainers you are more than welcome. Please contact us at our [development list][mail] [issue]: https://github.com/LuaDist/Repository/issues [mail]: mailto:luadist-devel@lists.sourceforge.net