kingmann7317 / jmm

Automatically exported from code.google.com/p/jmm
0 stars 0 forks source link

shared Desktop / Server data locations #514

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
so hey leo you think you can do a simple localhost check so the desktop app 
uses the same data as the server (2 image folders ??)
and to comply with Microsoft guidelines you really need to move data storage 
location just set your store location to %appdata%\JMM_data or something like 
that, just do a call on setup/start up to see if installed  to program_files or 
add a portable option in settings and if returns true use %appdata% false use 
installed location

with a lot of new windows 8.1 systems.  appdata is safe from clean wipe on the 
OS drive appdata is stored on doc's drives witch is another partition if you 
let 8.1 install how it wants. keeping DB safer then in program files.

i my self have a server a nice new one with both MSSQL & MySQL servers on it so 
My DB is safe and mind blowing fast 
(DB drives are 6 64GB SSD in Raid 5)
storage is just a tad over 28TB with 17TB free atm
i have tons of bandwidth (140mbps down 96mbps up)
(i use it for my groups minecraft test world Hermitcraft)

wish jmm had a web interface (i guess that is not to hard just poll data from 
DB i might even do that might need to talk a bit ;-)

you think you can shoot me a DB layout Tree to make my life easy lets say MySQL 
I like php far more then asp for quick simple things and it just works better 
with MySQL

if you want just delete this I'm just rambling on lol

Original issue reported on code.google.com by techmast...@gmail.com on 1 Mar 2014 at 5:52