# shipbuilder **Repository Path**: mirrors/shipbuilder ## Basic Information - **Project Name**: shipbuilder - **Description**: The Open-source self-hosted Platform-as-a-Service written in Go - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-04-02 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ShipBuilder =========== Additional information is available at [https://shipbuilder.io](http://shipbuilder.io) About ----- ShipBuilder is a git-based application deployment and serving system written in Go. Primary components: * ShipBuilder command-line client * ShipBuilder server * Container management (LXC) * HTTP load balancer (HAProxy) Build Packs ----------- Any app server can run on ShipBuilder, but it will need a build-pack! Current build-packs are: * `python` - Any python app * `playframework2` - Play-framework 2.1.x Requirements: * Ubuntu 12.04 or 13.04 (tested and verified compatible) * go-lang v1.1 * envdir (linux: `apt-get install daemontools`, os-x: `brew install daemontools`) * Amazon AWS credentials + an s3 bucket Server Installation ------------------- See [SERVER.md](https://github.com/sendhub/shipbuilder/blob/master/SERVER.md) Client ------ See [CLIENT.md](https://github.com/sendhub/shipbuilder/blob/master/CLIENT.md) Creating your first app ----------------------- See [TUTORIAL.md](https://github.com/sendhub/shipbuilder/blob/master/TUTORIAL.md) Getting Help ------------ Have a question? Want some help? You can reach shipbuilder experts any of the following ways: Discussion List: [ShipBuilder Google Group](https://groups.google.com/forum/#!forum/shipbuilder) IRC: [#shipbuilder on FreeNode](irc://chat.freenode.node/shipbuilder) Twitter: [ShipBuilderIO](https://twitter.com/ShipBuilderIO) Or open a GitHub issue. Thanks ------ Thank you to [SendHub](https://www.sendhub.com) for supporting the initial development of this project.