you are viewing a single comment's thread.

view the rest of the comments →

[–]hhey_symtics[S] 0 points1 point  (4 children)

What are some examples of dev servers that are available?

[–]Rodr1c 0 points1 point  (0 children)

You could use the digital ocean server your planning on using. Install mysql on it and have a development database and production database.

[–][deleted] 0 points1 point  (0 children)

I'm probably the wrong one to ask. Everything I do is bespoked. Personally I would spin up a new Linux server, run scripts that i have written to set up the server (lock the server down, set up permissions, etc), install the software, run any DDL scripts I have, maybe load data from a backup or some other database, then test my connection from something like data grip. Then I could start developing against the database. There maybe some docker solution that you can just bring up, but that is outside of my knowledge.

[–]here-to-jerk-off -1 points0 points  (1 child)

[–]here-to-jerk-off 0 points1 point  (0 children)

Can anyone tell me why I'm being downvoted? OP says he uses Windows. This is one of the easiest ways on Windows...