Manual installation fail
See original GitHub issueIssue
Impacted version: 0.32
Server Setup Information:
- Operating System: FreeBSD 11 x64
- Deployment Method(tar/sandstorm/snap/docker/etc /http frontend (nginx, httpd, …)): tar
- Node Version: 4.8.4
- NPM Version: 2.15.12
- MongoDB Version: 2.6.12
- ROOT_URL environment variable (Is there a subfolder?):
Installation error:
# npm install
produce
npm WARN package.json meteor-dev-bundle@0.0.0 No description
npm WARN package.json meteor-dev-bundle@0.0.0 No repository field.
npm WARN package.json meteor-dev-bundle@0.0.0 No README data
npm WARN package.json meteor-dev-bundle@0.0.0 No license field.
npm WARN cannot run in wd meteor-dev-bundle@0.0.0 node npm-rebuild.js (wd=/srv/www/wekan/bundle/programs/server)
Reproduce:
Type these commands as root:
# pkg install node4 npm2 mongodb
# mkdir -p /srv/www/wekan && cd /srv/www/wekan
# fetch https://github.com/wekan/wekan/releases/download/v0.32/wekan-0.32.tar.gz
# tar -xzvf wekan-0.32.tar.gz
# cd bundle/programs/server
# npm install
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
How to troubleshoot Windows Installer errors - Microsoft Support
Right-click Windows Installer, and then click Properties. If the Startup type box is set to Disabled, change it to Manual. Click OK to...
Read more >[SOLVED] Windows 10 Installation Has Failed - Driver Easy
If you get the "Windows 10 installation has failed" error but there's no error code, here are the exact fixes that can help...
Read more >How to fix KB5015878 fails to install on Windows 10?
How to fix KB5015878 fails to install on Windows 10? ; Type Troubleshoot in Windows search; Select Additional troubleshooters; Find Windows ...
Read more >How to Fix "Windows 10 Installation has Failed" Error? - Appuals
Rename the install folder Windows 10 has released a few installers that might cause this behavior unless you tweak the main installation file. ......
Read more >[SOLVED] Windows 10 Could Not Complete the Installation + ...
If you come across the error Windows 10 installation has failed, you can choose to install Windows 10 in Clean Boot. Now, here...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@greinbold
Your install from source misses many steps. Please check rebuild-wekan.sh at: https://github.com/wekan/wekan-maintainer/tree/master/virtualbox
Some of install steps are commented out in that rebuild-wekan.sh script because on VirtualBox I don’t install all dependencies every time, as they are already installed.
For running Wekan, in the same repo in run-wekan.sh . You need to change ROOT_URL to your full Wekan URL, like http://192.168.10.100 or http://example.com or http://example.com/wekan .
@dch
Moved to #2662