docs/DeveloperDocs/Test-Edge.md
Those should reply to new issue that has name Test Edge Wekan (version-number-here) at https://github.com/wekan/wekan/issues .
https://github.com/wekan/wekan/issues/2811
Why? Well, Wekan has no undo yet. If you delete Swimlane/List/Card, it's gone. That's why it's harder to reach in submenu. It's better to Arhive those, and unarchive.
You could test at other computer than your production.
Snap has automatic update, or you can update manually:
sudo snap refresh
You see at https://snapcraft.io/wekan what are current versions.
To change to Edge:
sudo snap refresh wekan --edge --amend
And back to stable:
sudo snap refresh wekan --stable --amend
docker-compose.yml is at https://github.com/wekan/wekan .
Quay:
image: quay.io/wekan/wekan
Docker Hub:
image: wekanteam/wekan
image: quay.io/wekan/wekan:v3.55
image: wekanteam/wekan:v3.55
docker-compose stop
docker rm wekan-app
docker-compose up -d
At docker-compose.yml is these lines:
#-------------------------------------------------------------------------------------
# ==== BUILD wekan-app DOCKER CONTAINER FROM SOURCE, if you uncomment these ====
# ==== and use commands: docker-compose up -d --build
#build:
# context: .
# dockerfile: Dockerfile
# args:
# - NODE_VERSION=${NODE_VERSION}
# - METEOR_RELEASE=${METEOR_RELEASE}
# - NPM_VERSION=${NPM_VERSION}
# - ARCHITECTURE=${ARCHITECTURE}
# - SRC_PATH=${SRC_PATH}
# - METEOR_EDGE=${METEOR_EDGE}
# - USE_EDGE=${USE_EDGE}
#-------------------------------------------------------------------------------------
Uncomment from those this way:
build:
context: .
dockerfile: Dockerfile
args:
- NODE_VERSION=${NODE_VERSION}
- METEOR_RELEASE=${METEOR_RELEASE}
- NPM_VERSION=${NPM_VERSION}
- ARCHITECTURE=${ARCHITECTURE}
- SRC_PATH=${SRC_PATH}
- METEOR_EDGE=${METEOR_EDGE}
- USE_EDGE=${USE_EDGE}
Then start Wekan to http://localhost this way:
docker-compose up -d --build
Install local development version of Sandstorm to your laptop from https://sandstorm.io/install
Download and install experimental version to your local Sandstorm: Sandstorm Local sandstorm is at http://local.sandstorm.io:6080/ .
Download your production Wekan grain .zip file with down arrow button. Upload to your dev local Sandstorm. Try does it work.