Commit graph

19 commits

Author SHA1 Message Date
Edwin Amsler
edc550b65b Postgres Client Needed for Ubuntu 13.04
It looks like the postgresql-9.1 package didn't include the actual client. Needed to install it separately to get this to work.
2013-12-26 22:36:09 -06:00
Marin Jankovski
72e2fe2c8a Change the mysql user to git from gitlab. 2013-11-29 16:46:38 +01:00
Jacob Vosmaer
a3731cf362 Use peer-based authentication for PostgreSQL 2013-10-02 08:07:36 +02:00
Denix
cbb5b000c0 Update databases.md
run mysql_secure_installation to secure the freshly installed mysql server
2013-09-27 16:32:09 +02:00
Sytse Sijbrandij
8ccad7c3c7 Fix spelling error and make sure you never log in as git user so you never have to logout to run sudo. 2013-06-16 22:06:33 +02:00
Sytse Sijbrandij
f01d482427 Make the installation guide easier to follow for non-unix people. 2013-06-12 21:30:36 +02:00
Ben Bodenmiller
2d18759602 Typo fix closes gitlabhq/gitlabhq/3984 2013-05-18 06:39:33 -06:00
Dmitriy Zaporozhets
c33d5e16fe refactor backup/restore 2013-04-05 19:01:19 +03:00
Andrew Kumanyaev
159cd0d742 Update databases.md 2013-03-24 13:48:23 +04:00
David
c13f9adab8 Update doc/install/databases.md
Remove prompt $ from code line for uniformity
2013-02-27 17:09:14 -05:00
Axilleas Pipinellis
6178964929 Connect to database with git user, not gitlab 2013-02-15 11:52:10 +02:00
Riyad Preukschas
c926a2b6ee Remove bundler calls from databases.md
GitLab is not yet downloaded at this point in the installation guide.
2012-12-22 15:33:22 +01:00
Dmitriy Zaporozhets
ed35ea703c Fix order of db setup in installation docs 2012-12-22 12:01:54 +02:00
Riyad Preukschas
78d3611eba Remove redundant packages and move database specific ones to the db setup
* build-essential requires make, gcc
* remove libmysql++-dev: the mysql2 gem only requires libmysqlclient-dev
* remove postgresql-server-dev-9.1: the pg gem only requires libpq-dev
* replace python-dev, python-pip with python2.7: the pygments.rb gem only requires python2.7
2012-12-05 18:18:09 +01:00
Riyad Preukschas
95ffe08674 Update database setup instructions to be more consistent 2012-12-05 17:53:24 +01:00
Riyad Preukschas
0fbd9ac748 Remove SQLite support 2012-11-27 21:36:09 +01:00
Mike TUMS
1d15586fee Update doc/install/databases.md
Update docs for PostgreSQL installation
2012-10-30 15:58:10 +04:00
Aiden Scandella
d2c7a75970 Fix PostgreSQL setup instructions
The config skeleton for postgres is called `database.yml.postgresql`,
not `database.yml.postgres`.
2012-10-26 14:05:20 -07:00
Dmitriy Zaporozhets
f9def67981 move installation docs under separate dir 2012-10-25 11:57:23 +03:00
Renamed from doc/databases.md (Browse further)