Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move database setup guide inside the installation. | Marin Jankovski | 2014-02-20 | 1 | -27/+0 |
| | |||||
* | Update database documentation. | Marin Jankovski | 2014-02-20 | 1 | -46/+2 |
| | |||||
* | removing comment about changing the git user password for postgres, | Felipe Arruda Pontes | 2014-02-05 | 1 | -2/+2 |
| | | | | as discussed in #6248 | ||||
* | Postgres Client Needed for Ubuntu 13.04 | Edwin Amsler | 2013-12-26 | 1 | -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 Jankovski | 2013-11-29 | 1 | -3/+3 |
| | |||||
* | Use peer-based authentication for PostgreSQL | Jacob Vosmaer | 2013-10-02 | 1 | -1/+1 |
| | |||||
* | Update databases.md | Denix | 2013-09-27 | 1 | -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 Sijbrandij | 2013-06-16 | 1 | -3/+0 |
| | | | | have to logout to run sudo. | ||||
* | Make the installation guide easier to follow for non-unix people. | Sytse Sijbrandij | 2013-06-12 | 1 | -1/+21 |
| | |||||
* | Typo fix closes gitlabhq/gitlabhq/3984 | Ben Bodenmiller | 2013-05-18 | 1 | -1/+1 |
| | |||||
* | refactor backup/restore | Dmitriy Zaporozhets | 2013-04-05 | 1 | -1/+1 |
| | |||||
* | Update databases.md | Andrew Kumanyaev | 2013-03-24 | 1 | -2/+2 |
| | |||||
* | Update doc/install/databases.md | David | 2013-02-27 | 1 | -1/+1 |
| | | | Remove prompt $ from code line for uniformity | ||||
* | Connect to database with git user, not gitlab | Axilleas Pipinellis | 2013-02-15 | 1 | -2/+2 |
| | |||||
* | Remove bundler calls from databases.md | Riyad Preukschas | 2012-12-22 | 1 | -6/+0 |
| | | | GitLab is not yet downloaded at this point in the installation guide. | ||||
* | Fix order of db setup in installation docs | Dmitriy Zaporozhets | 2012-12-22 | 1 | -11/+0 |
| | |||||
* | Remove redundant packages and move database specific ones to the db setup | Riyad Preukschas | 2012-12-05 | 1 | -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 consistent | Riyad Preukschas | 2012-12-05 | 1 | -21/+29 |
| | |||||
* | Remove SQLite support | Riyad Preukschas | 2012-11-27 | 1 | -14/+3 |
| | |||||
* | Update doc/install/databases.md | Mike TUMS | 2012-10-30 | 1 | -8/+4 |
| | | | Update docs for PostgreSQL installation | ||||
* | Fix PostgreSQL setup instructions | Aiden Scandella | 2012-10-26 | 1 | -1/+1 |
| | | | | | The config skeleton for postgres is called `database.yml.postgresql`, not `database.yml.postgres`. | ||||
* | move installation docs under separate dir | Dmitriy Zaporozhets | 2012-10-25 | 1 | -0/+75 |