xaizek / rocketgit (License: AGPLv3+) (since 2018-12-09)
Light and fast Git hosting solution suitable to serve both as a hub or as a personal code storage with its tickets, pull requests, API and much more.
<root> / root / themes / default / main.html (ec812085f2356590b533a6d857e4e664c001216f) (2,525B) (mode 100644) [raw]
<div class="islands">
	<div class="island" style="background-color: #bbb; color: #fff; width: 100%">
	<div class="island_title island_title_big">Welcome to RocketGit!</div>
	<span style="font-weight: bold; font-size: 16pt">
		Free (as in speech and as in beer) software
		(<a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank">AGPLv3+</a>)
		for hosting
		<a href="https://git-scm.com/" target="_blank">Git®</a> projects,
		both public and private, respecting your privacy.
	</span>
	<br />
	<br />
	Our goal is to offer the best services to our users.
	See <a href="/op/doc/compare" target="_blank">here</a> how we
	compare with the others.
	</div>

	<div class="island">
	<div class="island_title">Free (as in speech) software</div>
	We know that many people find inappropriate to host their projects on a
	proprietary platform.
	Also, we know that many contributors find inappropriate to sign a
	Contributor License Agreement (CLA) to contribute to a project.
	Therefore, we created RocketGit.
	</div>

	<div class="island">
	<div class="island_title">What about the Enterprise Edition?</div>
	We are happy to inform you that you do not want an Enterprise Edition!
	You do not want to be vendor locked-in as it happens when
	you are using most of the competitor's products.
	Therefore, we are offering one single edition, ready to be used
	(free of charge) in enterprise environments as well.
	</div>

	<div class="island">
	<div class="island_title">Business</div>
	Perhaps you want to know how we intend to sustain this business without
	a mandatory fee for using our software. We plan to do this by
	offering paid support, by charging for customizations,
	by accepting ads (very targeted and no Flash/JavaScript/animation) and
	<a href="/op/donate">donations</a>.
	Please support us to be able to keep this project going.
	</div>

	<div class="island">
	<div class="island_title">Private repositories?</div>
	Here, at rocketgit.com, you can create an unlimited number
	of repositories, both public and private, free of charge.
	</div>

	<div class="island">
	<div class="island_title">Install</div>
	To install this software on your server, just go to the
	<a href="http://rocketgit.com/op/download">download section</a>
	and follow the instructions. It only takes few minutes.
	</div>

	<div class="island">
	<div class="island_title">Start</div>
	You can create an account <a href="/op/create_account">here</a>.
	<br />
	<br />
	<b>Enjoy using RocketGit!<br />
	Rocket your launch!</b>
	</div>
</div>
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master