summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@dosire.com>2013-03-02 23:38:48 +0100
committerSytse Sijbrandij <sytse@dosire.com>2013-03-02 23:38:48 +0100
commit5421f6b239fcf2742e6190ee6ffdaa6144ab800a (patch)
treeb0aecbb473e48844d6961237c1b11df4877fd194 /README.md
parent56d1cc5be50939089c011325b18dee3a295edf4c (diff)
downloadgitlab-ce-5421f6b239fcf2742e6190ee6ffdaa6144ab800a.tar.gz
Small fixes and better quoting.
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 19 insertions, 10 deletions
diff --git a/README.md b/README.md
index 327d495ab7d..e6cb3e4b24d 100644
--- a/README.md
+++ b/README.md
@@ -57,36 +57,39 @@ You can either follow the "ordinary" Installation guide to install it on a machi
1. The Installation guide contains instructions to download an init script and run that on boot. After configuring the init script you can run
-sudo service gitlab start
+> sudo service gitlab start
or
-sudo /etc/init.d/gitlab restart
+> sudo /etc/init.d/gitlab restart
-2. With [foreman](https://github.com/ddollar/foreman)
+2. Start it with [Foreman](https://github.com/ddollar/foreman)
bundle exec foreman start -p 3000
3. Start it manually
-bundle exec rails s
-bundle exec rake environment resque:work QUEUE=* VVERBOSE=1
+> bundle exec rails s
+> bundle exec rake environment resque:work QUEUE=* VVERBOSE=1
### Running the tests
* Seed the database with
-bundle exec rake db:setup RAILS_ENV=test
-bundle exec rake db:seed_fu RAILS_ENV=test
+> bundle exec rake db:setup RAILS_ENV=test
+> bundle exec rake db:seed_fu RAILS_ENV=test
* Run all tests
-bundle exec rake gitlab:test
+
+> bundle exec rake gitlab:test
* Rspec unit and functional tests
-bundle exec rake spec
+
+> bundle exec rake spec
* Spinach integration tests
-bundle exec rake spinach
+
+> bundle exec rake spinach
### Getting help
@@ -108,8 +111,14 @@ Each month on the 22th a new version is released together with an upgrade guide.
* [Roadmap](https://github.com/gitlabhq/gitlabhq/blob/master/ROADMAP.md)
+### Other documentation
+
* [GitLab API](https://github.com/gitlabhq/gitlabhq/blob/master/doc/api/README.md)
+* [Rake tasks](https://github.com/gitlabhq/gitlabhq/tree/master/doc/raketasks)
+
+* [GitLab recipes](https://github.com/gitlabhq/gitlab-recipes)
+
### Getting in touch
* [Contributing guide](https://github.com/gitlabhq/gitlabhq/blob/master/CONTRIBUTING.md)