Giter Club home page Giter Club logo

wolkenkit-vm's Introduction

wolkenkit-vm

wolkenkit-vm is a Packer script to setup virtual machines that run wolkenkit.

Please note that the virtual machines have been designed for evaluating wolkenkit and developing applications, and are not suited for production usage.

Installation

To setup virtual machines you first need to install Packer on your machine. Depending on which platforms you want to build virtual machines for, you must also install VMware or VirtualBox (or both).

Quick start

To build virtual machines for VMware and VirtualBox run:

$ packer build build.json

To build a virtual machine only for VMware run:

$ packer build --only=vmware-iso build.json

To build a virtual machine only for VirtualBox run:

$ packer build --only=virtualbox-iso build.json

Afterwards, use the .ovf file in the output-vmware-iso or output-virtualbox-iso directory to create a new virtual machine in VMware or VirtualBox respectively.

Configuring the build

You may need to adjust the versions of nvm, Node.js or wolkenkit. For that, provide the -var flag and set nvm_version, node_version or wolkenkit_cli_version to the desired value, e.g.:

$ packer build -var 'wolkenkit_cli_version=1.2.1' build.json

Alternatively, you may change the appropriate lines in the file build.json.

Using SSH

The virtual machine for VirtualBox automatically forwards the following ports for SSH and wolkenkit:

Virtual machine Host
22 2222
3000 3000
3001 3001
3002 3002
3003 3003

To connect via SSH to the virtual machine, run the following command. The default password is wolkenkit:

$ ssh wolkenkit@localhost -p 2222

License

Copyright (c) 2017-2018 the native web.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see GNU Licenses.

wolkenkit-vm's People

Contributors

claudiobianco avatar goloroden avatar mochicode avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

claudiobianco

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.