Coder Social home page Coder Social logo

rocklauncher's Introduction

Notice

This project has moved repositories and is now at https://github.com/cabal95/RockDevBooster.

RockLauncher

Rock Launcher

Provides a GUI application that allows you to download any version of Rock from github, compile it and store it as a template. These templates can be deployed any number of times and launched to give you a "known good state" whenever you are testing code or functionality.

All data is stored in your User\AppData\Local\RockLauncher directory.

Requires Visual Studio, and SQL Local DB (should be installed with VS).

Future Enhancement Ideas

  • Convert instance to a Template for easy re-deployment in that exact state.

GitHub Versions

This tab allows you to see all tagged versions on GitHub and import one as a new template. When you import a version, it is downloaded, built and then the RockWeb folder is compressed into a template file for deployment later. Each version only needs to be downloaded once as the template can be deployed multiple times.

GitHub Version

Note: Each download is larger than 500MB, so expect it to take some time. Once the template has been built the on-disk size is closer to 80MB as a template.

Templates

This tab lets you see all temlates you have imported. You may delete them or deploy them. A single template can be deployed multiple times, though you must give each instance a unique name.

Templates

Instances

Each instance represents a fully functional Rock install on disk. Currently you may only start one instance at a time, but a future version may provide the ability to run multiple instances concurrently. The Rock instance is configured to use a LocalDb database with the database file stored in the App_Data directory. This keeps each instance isolated from your normal SQL Server so you do not have to worry about poluting the database list.

Worry not, you can still use SQL Server Management Studio to connect to your Rock instance database for troubleshooting and testing. To connect use the server name (LocalDb)\RockLauncher with Windows Authentication.

Because these instances are completely self contained, you can manually copy the entire instance directory to make a backup of the state and then later restore it. Though, make sure you stop the instance and quit the RockLauncher application before doing so to ensure that the database has been closed.

Instances

Note: Because the SQL Database is stored in the instance's App_Data directory you can expect the instance size to be around 600MB. 200MB of that is the transaction log from initial Rock setup. A later version will include code to trim the log file each time the instance is stopped.

Known Issues

rocklauncher's People

Contributors

cabal95 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.