-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed at the [email protected] install script #7
Comments
I have tested the script on a clean Ubuntu 16.04 installation and did not get any errors. Are you running the script as it is or are you trying to install a version of wekan other than 0.10.1 ? |
Interesting, this is running inside vmware where the os was installed using vmware's easy install - it collects data from you such as username / password and then installs it all. vmware tools is not installed on the system. The script was run as is. |
Besides the errors, is wekan service running ? Can you access it via your browser ? |
No, it isn't running. |
Sorry, but I can't recreate the problem. I run the script again on a fresh installation and it competed without any errors. Only some warnings, but wekan is running normally. |
is this in docker or a vm? |
I am testing the script using Vagrant with Virtualbox as a provider. So it is a VM |
I'm using the server version of ubuntu. |
I am using the "Official Ubuntu 16.04 LTS (Xenial Xerus) Daily Build" version. There is no server version for 16. But I tried it with server version 12 and 14 and it works fine. You can try to install npm and node.js manually, or you can try our Virtualbox images. You can find them at https://github.com/wekan/wekan/wiki/virtual-appliance |
I just saw that wekan updated to version 0.12. I will update the script to suit that version. Maybe you can give it a try then. |
This is the download link for the version i used: http://releases.ubuntu.com/16.04.2/ubuntu-16.04.2-server-amd64.iso I'm assuming something is installed on desktop, that isn't on server which is assumed / needed by the script. I also tried it with server version 14.04 with the exact same problem |
I have the same error when I run this script in a LXC ubuntu 16.04 environment. Create a container:
Update container and download script
Run script
After this, the npm does not install fibers and wekan does not running
|
Judging by other issues that I've seen here, the wekan team appear to blame "the build environment" and then close the issue. I've since gone elsewhere. If the software is this bad on installing, then there's something very wrong with the software. If the main contributors want to deny it, then that's further issues afaic. |
Currently wiki is editable by any contributor. Somebody seems to want to install Wekan without using sudo, and removes sudo from fibers etc install commands, so it gets broken, as you can see from wekan/wekan#899 I'm thinking of moving documentation to https://readthedocs.org to prevent this happening. Wekan is currently being ported to Node 1.4 by @datamaker , his in progress repo is at: I have been making screenshots to Wekan website about features etc that when I build Wekan, it really does work for me. |
Hmm, moving documentation would be overreaction. I can see from wiki history what has been changed, and fix those :) |
I'll welcome contributions as always :) |
@lesilva00 I haven't worked with lxc in the past so I cannot give any feedback, but I think it works the same as docker containers. Since the wekan releases are on 'Fire' lately, and I mean by that that we had 3 releases the past 14 days, I try to keep up with those and update the script. |
@lesilva00 Wekan is now available as Ubuntu snap |
Running the install script gives this error in Ubuntu 16.04
googling shows: wekan/wekan#522 which suggests the error only comes about due to the incorrect node version
also as per wekan/wekan#634 FYI, on the 1st October the Node.js Foundation will end support for Node.js v0.10.
The text was updated successfully, but these errors were encountered: