Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.vscode
*.swp
vagrant/.vagrant/
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@
This repository contains deployment instructions and configuration files for different example deployments of the SOGNO platform.
More detailed descriptions and high-level architecture descriptions are available on our official [documentation](https://sogno-platform.github.io/docs/) pages.

## Examples

We currently provide the following examples.
More examples to come soon!
## Running examples using vagrant and virtualbox

- [PMU Data Visualization](pmu-data-visualization)
- [Pyvolt DPsim Demo](pyvolt-dpsim-demo)
- [Simulation Demo](simulation-demo)

Each example runs in a vm (8gb ram, 2cpu) provisioned by a vagrant script.

- [PMU Data Visualization](pmu-data-visualization) execute: `cd vagrant && vagrant up pmudatavisualization`
- [Pyvolt DPsim Demo](pyvolt-dpsim-demo) execute: `cd vagrant && vagrant up pyvoltdpsim`
- [Simulation Demo](simulation-demo) execute: `cd vagrant && vagrant up simulation`

In case VMware is preferred please run appending:

`cd vagrant && vagrant up <the-demo-you-want> --provider vmware_desktop`
Loading