summaryrefslogtreecommitdiff
path: root/doc/install/databases.md
Commit message (Collapse)AuthorAgeFilesLines
* Move database setup guide inside the installation.Marin Jankovski2014-02-201-27/+0
|
* Update database documentation.Marin Jankovski2014-02-201-46/+2
|
* removing comment about changing the git user password for postgres,Felipe Arruda Pontes2014-02-051-2/+2
| | | | as discussed in #6248
* Postgres Client Needed for Ubuntu 13.04Edwin Amsler2013-12-261-1/+1
| | | It looks like the postgresql-9.1 package didn't include the actual client. Needed to install it separately to get this to work.
* Change the mysql user to git from gitlab.Marin Jankovski2013-11-291-3/+3
|
* Use peer-based authentication for PostgreSQLJacob Vosmaer2013-10-021-1/+1
|
* Update databases.mdDenix2013-09-271-0/+3
| | | | run mysql_secure_installation to secure the freshly installed mysql server
* Fix spelling error and make sure you never log in as git user so you never ↵Sytse Sijbrandij2013-06-161-3/+0
| | | | have to logout to run sudo.
* Make the installation guide easier to follow for non-unix people.Sytse Sijbrandij2013-06-121-1/+21
|
* Typo fix closes gitlabhq/gitlabhq/3984Ben Bodenmiller2013-05-181-1/+1
|
* refactor backup/restoreDmitriy Zaporozhets2013-04-051-1/+1
|
* Update databases.mdAndrew Kumanyaev2013-03-241-2/+2
|
* Update doc/install/databases.mdDavid2013-02-271-1/+1
| | | Remove prompt $ from code line for uniformity
* Connect to database with git user, not gitlabAxilleas Pipinellis2013-02-151-2/+2
|
* Remove bundler calls from databases.mdRiyad Preukschas2012-12-221-6/+0
| | | GitLab is not yet downloaded at this point in the installation guide.
* Fix order of db setup in installation docsDmitriy Zaporozhets2012-12-221-11/+0
|
* Remove redundant packages and move database specific ones to the db setupRiyad Preukschas2012-12-051-1/+1
| | | | | | | * 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
* Update database setup instructions to be more consistentRiyad Preukschas2012-12-051-21/+29
|
* Remove SQLite supportRiyad Preukschas2012-11-271-14/+3
|
* Update doc/install/databases.mdMike TUMS2012-10-301-8/+4
| | | Update docs for PostgreSQL installation
* Fix PostgreSQL setup instructionsAiden Scandella2012-10-261-1/+1
| | | | | The config skeleton for postgres is called `database.yml.postgresql`, not `database.yml.postgres`.
* move installation docs under separate dirDmitriy Zaporozhets2012-10-251-0/+75