-
By default, undeployment only deletes the machine, but does not uninstall programs from the machine. Roboconf assumes the remote machine is a virtual one. The embedded target should cover these situat…
-
**version** instead of **application-version**.
Etc.
-
That could save time for new beginners.
-
Only monitor VMs.
-
We should be able to specify IP addresses in target properties for **embedded** targets.
The assumption is that we would already have Roboconf agents deployed on it. It also implies we would have ano…
-
To create nice diagrams and generate skeletons of Roboconf applications...
-
Roboconf supports Docker but we can't use docker files to define the content of the docker container.
Please, add something to support docker files.
-
Since version 0.6, it is possible to deploy Docker containers on VM without embedded agents.
See [this page](http://roboconf.net/en/user-guide-snapshot/using-docker-on-the-agent-side.html) for more de…
-
Create a command file in your Eclipse workspace.
```properties
# Create a new VM...
Define vmName = vm_worker $(SMART_INDEX)
Create vm as ${vmName}
# ... with a single worker
Create worker …
-
Hi @exercism/track-maintainers
I'm trying to work out syntax highlighting for the solution viewing page on Nextercism. I'm doing this in two ways:
1) Each track has a default language that all fi…