Find a file
Abe Voelker 76ebdd051f Fix gl-setup PATH warning when executing gl-system-install.
My git user uses bash (so .bash_profile), but I think it should work the same for sh shell.

Full warning message:

                ***** WARNING *****
gl-setup is not in your $PATH.

Since gl-setup MUST be run from the PATH (and not as src/gl-setup or such),
you must fix this before running gl-setup.  The simplest way is to add

    PATH=/home/git/bin:$PATH

to the end of your bashrc or similar file.  You can even simply run that
command manually each time you log in and want to run a gitolite command.

Run /home/git/gitolite/src/gl-system-install -h for a detailed usage message.
2012-04-01 13:15:18 -05:00
app better MR list, dashboard pollished 2012-03-22 22:57:04 +02:00
config Activities page added. Dashboard few specs. Preparing for 2.3 2012-03-19 22:52:16 +02:00
db Fix db seeds for dev 2012-03-22 00:09:55 +02:00
doc Fix gl-setup PATH warning when executing gl-system-install. 2012-04-01 13:15:18 -05:00
lib Better language detection 2012-03-13 21:07:30 +02:00
log init commit 2011-10-09 00:36:38 +03:00
public Status codes for errors, New error pages 2012-02-23 21:04:20 +02:00
script init commit 2011-10-09 00:36:38 +03:00
spec Merged activities & projects pages 2012-03-20 00:05:35 +02:00
vendor Simple search implementation 2012-03-16 01:14:39 +02:00
.foreman complete hooks for post receive 2012-01-08 13:20:20 +02:00
.gitignore Ignore db/data.yml after running rake db:dump. 2012-03-14 11:39:40 +02:00
.rails_footnotes init commit 2011-10-09 00:36:38 +03:00
.rspec init commit 2011-10-09 00:36:38 +03:00
.travis.yml Not 1.9.3 ready yet on TravisCI. 2012-03-12 17:02:57 +01:00
CHANGELOG CHANGELOG, VERSION updated to 2.3 2012-03-22 00:09:54 +02:00
config.ru init commit 2011-10-09 00:36:38 +03:00
Gemfile pygments up to 0.2.7 2012-03-13 20:57:59 +02:00
Gemfile.lock pygments up to 0.2.7 2012-03-13 20:57:59 +02:00
LICENSE init commit 2011-10-09 00:36:38 +03:00
Procfile Procfile production, resque script 2012-01-09 13:30:19 +02:00
Procfile.production preparing to v2.2 2012-02-19 12:36:16 +02:00
Rakefile init commit 2011-10-09 00:36:38 +03:00
README.md fixed spec coma 2012-03-12 21:51:57 +02:00
resque.sh add resque to gitlab service 2012-03-15 19:49:36 +02:00
resque_dev.sh Send author to post hook. Display push activity to dashboard 2012-02-29 22:38:24 +02:00
VERSION CHANGELOG, VERSION updated to 2.3 2012-03-22 00:09:54 +02:00

Welcome to GitLab build status

GitLab is a free project and repository management application

Application details

  • based on Ruby on Rails
  • distributed under the MIT License
  • works with gitolite

Requirements

  • Ubuntu/Debian
  • ruby 1.9.2
  • mysql or sqlite
  • git
  • gitolite
  • redis

Install

Checkout wiki pages for installation information, migration, etc.

Community

Google Group

Contacts

Twitter:

  • @gitlabhq
  • @dzaporozhets

Email

Contribute

Want to help - send a pull request. We'll accept good pull requests.