Skip to content
Snippets Groups Projects
Commit e30463a2 authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Move mysql docs

parent e2aa350c
No related branches found
No related tags found
1 merge request!168Reorganize the README
Loading
Loading
@@ -38,7 +38,6 @@ To start using GDK follow these three steps:
 
## Development
 
### Local Network Binding
 
The default host binding for the rails application is `localhost`, if you
Loading
Loading
@@ -86,10 +85,6 @@ remove an individual file (e.g. `rm Procfile`) and rebuild it by
running `make`. If you want to rebuild _all_ configuration files
created by the Makefile, run `make clean-config all`.
 
## MySQL
See [doc/mysql.md](doc/mysql.md).
## PostgreSQL replication
 
For Gitlab Geo, you will need a master/slave database replication defined.
Loading
Loading
Loading
Loading
@@ -3,3 +3,4 @@
- [Browse your development GitLab server](browse.md)
- [GitLab developer documentation](http://docs.gitlab.com/ce/development/README.html)
- [Simulate slow or broken repository storage](simulate_storage.md)
- [Development with MySQL](mysql.md)
\ No newline at end of file
# GitLab with MySQL
# GitLab development with MySQL
 
Eventhough our prefered database is PostgeSQL, there are time you'd want to test your code on MySQL. This is meant as a general guideline in setting things up.
Even though our prefered database is PostgeSQL, there are time you'd want to test your code on MySQL. This is meant as a general guideline in setting things up.
 
## Installing MySQL
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment