Skip to content

bePREPARED is a software project developed by students at the "Karlsruhe Institute of Technology" used to create and run event-based simulations of crisis scenarios.

License

Notifications You must be signed in to change notification settings

ManfredSchenkIOSB/bePREPARED

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

bePREPARED is a software used to simulate events of a crises situation. For detailed information on how to use bePREPARED, check out this user guide. If you are a developer and you want to get an insight in how bePREPARED works and how to extend its functionality, check out the developer guide.


Quick start guide

  1. Simply download all the required javascript libraries and put them in src/main/resources/static/lib.

  2. Run Maven with the goal package (or higher).

  3. Launch the application by executing the jar file left by Maven:

    java -jar target/beprepared.jar
    

    NOTE: The default port is set to 8080.

  4. Open the webpage in your favourite internet browser.

About

bePREPARED is a software project developed by students at the "Karlsruhe Institute of Technology" used to create and run event-based simulations of crisis scenarios.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 68.5%
  • JavaScript 21.8%
  • HTML 9.2%
  • Other 0.5%