- Bug
- Enhancement
- Submodule Related
If this is an issue, document the expected behavior. If this is a feature, document the desired feature.
If this is an issue, describe the actual behavior. If this is a feature, delete this block.
| # CLI | |
| sudo apt update | |
| sudp apt install \ | |
| git curl docker.io \ | |
| build-essential pkg-config autoconf bison rustc cargo clang \ | |
| libssl-dev libreadline-dev zlib1g-dev libyaml-dev libreadline-dev libncurses5-dev libffi-dev libgdbm-dev libjemalloc2 \ | |
| libvips imagemagick libmagickwand-dev libsqlite3-0 \ | |
| redis-server mysql-server sqlite3 libmysqlclient-dev apache2-utils \ | |
| rbenv |
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| # First VM Settings | |
| vm1_name = "" | |
| vm1_memory = "" | |
| vm1_box = "" | |
| vm1_host_name = "" | |
| vm1_local_ip = "" | |
| vm1_host_share_path = "" |