diff options
author | gitlabhq <m@gitlabhq.com> | 2011-10-09 00:36:38 +0300 |
---|---|---|
committer | gitlabhq <m@gitlabhq.com> | 2011-10-09 00:36:38 +0300 |
commit | 9ba1224867665844b117fa037e1465bb706b3685 (patch) | |
tree | 52fbfc1cdb55df21843965479c97be0c91121a9a /README.rdoc | |
parent | 93efff945215a4407afcaf0cba15ac601b56df0d (diff) | |
download | gitlab-ce-9ba1224867665844b117fa037e1465bb706b3685.tar.gz |
init commit
Diffstat (limited to 'README.rdoc')
-rw-r--r-- | README.rdoc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/README.rdoc b/README.rdoc new file mode 100644 index 00000000000..3ac8c6c6257 --- /dev/null +++ b/README.rdoc @@ -0,0 +1,21 @@ +== Welcome to GitLab + +GitLAb is a free Project/Repository managment application + +== Application details + +rails 3.1 +works only with gitosis +sqlite as default db + +== Getting Started + +1. At the command prompt, clone application: +2. Setup and configure gitosis https://help.ubuntu.com/community/Git but use "git" as gitosis user name +3. Change directory to <tt>app</tt> and run next commands: + ruby configure.rb # OR ruby configure.rb production | test | development +4. Check config/gitosis.yml file +5. Start rails application: + rails s + +6. Go to http://localhost:3000/ and you'll see project managment page |