Posted on 05-01-2013 08:29 AM
For dev purposes, I'd like to know what people do to nuke and pave JSS (OS X, Linux, Windows) so you end up in a state after initial installation.
Posted on 05-01-2013 11:30 AM
I roll back to a snapshot on my VM that was taken directly after installation.
Posted on 05-01-2013 12:05 PM
Is the desired result an empty database and is this purely for your development environment?
Posted on 05-01-2013 12:14 PM
Essentially yes. So I can stop tomcat, delete the jamfsoftware mysql database, recreate it, start tomcat, and it should bring me back to square one?
Posted on 05-01-2013 12:19 PM
@hkim, yep. That's what I'd do.
Posted on 05-01-2013 06:33 PM
I would agree with Ben. Shouldn't be a problem to either nuke the database or create a new slice and link it to the database.xml. If you wanted to have different versions of the JSS to test with for your development environment you could link up slices to additional web apps (context).
Posted on 05-03-2013 06:08 AM
@hkim
Yeah that's the way to go if you're not looking to change versions of the JSS.