Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mapkyca/known-vagrant
Vagrant/ansible environment for Known
https://github.com/mapkyca/known-vagrant
Last synced: about 1 month ago
JSON representation
Vagrant/ansible environment for Known
- Host: GitHub
- URL: https://github.com/mapkyca/known-vagrant
- Owner: mapkyca
- Created: 2017-11-09T14:22:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-10T13:28:38.000Z (almost 5 years ago)
- Last Synced: 2024-09-30T15:13:13.513Z (about 1 month ago)
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Known Vagrant
This is a Known vagrant virtual machine install, taken from the original files in Known as part of a cleanup.
## Usage
* Download and install [Virtualbox](https://www.virtualbox.org)
* Download and install [vagrant](https://www.vagrantup.com/downloads.html), and the guest extensions.
* You may find you need to forcibly install the guest extensions:
```
vagrant plugin install vagrant-vbguest
vagrant vbguest
```
* Download and install [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) (instructions say install via pip, however I used ```brew install ansible```)
* Clone known into ```Known```
* Edit your ```/etc/hosts``` and add the line```
192.168.33.33 withknown
```* Run ```vagrant up```
* Connect to your site on "http://withknown"