-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation #3
Comments
Beside the fact that we could argue about mySql being mysql and not postgres 😆 , the requirements force us to have a mysql server up and running. We may want to include that in the installation docs. A simple It's always a pain in the arse to install mysql or postgres even if it's only a few command lines. I spend some time to make it run properly (I only use postgres for my others projects) and some guidelines would have been helpful. |
We have a dev setting using sqlite on many of our other projects. I think it would be fine to do that here. For what it's worth, I've never had a problem setting up mysql so I didn't realise this might be a hurdle. The package manager should do it for you on most Linux flavours. What were the biggest problems you faced? If you'd like to add some guidelines to the docs that would help future contributors, then that would be awesome! |
Once you've done it once, it really easy. I tried that: sudo apt-get install mysql-server php5-mysql libmysqlclient-dev It may not be the best and faster way but it seems to work. |
I like this idea. I was just trying to get an intern set up with a django project and Mysql was a stumbling block. I'm not sure the best way to handle this though, really we only need Mysql for the deployed version. Perhaps the |
Indeed ... ! I'm not aware of particular requirements using mysql though.. Sometimes, it's easier to use the same db in dev and prod to avoid some deployment troubles.... I let you decide anyway ✌️ |
We don't even have any basic documentation. Some details of how you use the service would be useful.
The text was updated successfully, but these errors were encountered: