From 9eab3cd642f821a72b09a0f17cd7a55e5af16ee0 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 25 Jun 2018 03:59:51 +0300 Subject: [PATCH] Updated virtual appliance (markdown) --- virtual-appliance.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/virtual-appliance.md b/virtual-appliance.md index ff02c20..a0d95d2 100644 --- a/virtual-appliance.md +++ b/virtual-appliance.md @@ -1,5 +1,17 @@ ## Virtual Appliance by xet7 +Requirements: [VirtualBox version 5.2.12 or newer](https://www.virtualbox.org/). Old versions of VirtualBox are not compatible. Both of these have username: wekan , password: wekan , Network Bridged mode so VM has separate IP address so you can also ssh to it. + +[Wekan for VirtualBox bug reports and feature requests](https://github.com/wekan/wekan/issues) + +a) For general Wekan usage: Only Wekan and building it from source in Ubuntu 14.04 64bit VM. + +wekan-VERSION.ova at https://releases.wekan.team + +b) For Developers, only this one Wekan-Sandstorm.ova needed for all development: for compiling Wekan, Sandstorm, Wekan for Sandstorm, etc, all. Also has Snap, Docker, Firefox, Chrome, Visual Studio Code with Meteor.js additions, GHex hex editor, etc. Based on Debian 9 64bit. Also see https://github.com/sandstorm-io/sandstorm/issues/3047#issuecomment-369002784 about what dependencies were installed for compiling Sandstorm, although after that dependencies have been changed to [automatically download up-to-date Clang from Chromium project](https://github.com/sandstorm-io/sandstorm/commit/4463c3f52093de8f0c546c93cd55a7bb556aa9d7), so it's easier to compile Sandstorm also on Ubuntu, without using Clang ppa. + +Wekan-Sandstorm-VERSION.ova at https://releases.wekan.team + ### Build scripts [Scripts from virtual appliance](https://github.com/wekan/wekan-maintainer/tree/master/virtualbox), can be used on any Ubuntu 14.04 64bit or Debian 9 or newer install like native or VM. Includes script how to run Node.js on port 80.