production is running mariadb in case anyone cares

This commit is contained in:
joshua stein 2013-05-26 12:56:31 -05:00
parent 127e78df1d
commit e727c65f03

View file

@ -2,7 +2,7 @@
This is the source code to the site operating at This is the source code to the site operating at
[https://lobste.rs](https://lobste.rs). It is a Rails 3 codebase and uses a [https://lobste.rs](https://lobste.rs). It is a Rails 3 codebase and uses a
SQL (MySQL in production) backend for the database and Sphinx for the search SQL (MariaDB in production) backend for the database and Sphinx for the search
engine. engine.
While you are free to fork this code and modify it (according to the [license](https://github.com/jcs/lobsters/blob/master/LICENSE)) While you are free to fork this code and modify it (according to the [license](https://github.com/jcs/lobsters/blob/master/LICENSE))
@ -30,8 +30,8 @@ file.
lobsters$ bundle lobsters$ bundle
* Create a MySQL (other DBs supported by ActiveRecord may work, only MySQL has * Create a MySQL (other DBs supported by ActiveRecord may work, only MySQL and
been tested) database, username, and password and put them in a MariaDB have been tested) database, username, and password and put them in a
`config/database.yml` file: `config/database.yml` file:
development: development: