-
Notifications
You must be signed in to change notification settings - Fork 12
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
First wefork release #50
Comments
What is required for release? I could commit current devel to master branch. What else needs to be done? |
What is required for release? You could see that here: https://github.com/wekan/wekan/releases/download/v0.11.0-rc2/wekan-0.11.0-rc2.tar.gz For now, there is no new release there: https://github.com/wefork/wekan/releases From my side, I'm not sure how the previous developer M. Q. was releasing it but it shouldn't be difficult. |
Ok I'll try to make a release. |
Done. |
Thanks! |
@xet7 EDIT: but shouldn't we get also a tarball? like here: https://github.com/wekan/wekan/releases/download/v0.11.0-rc2/wekan-0.11.0-rc2.tar.gz M.Q. was also releasing a .tar.gz tarball with less files than the full source code. https://github.com/wekan/wekan/releases/ |
Yes there is already tarball at: Direct link: |
Huh what kind tarball Meteor bundle is that? I'll try to figure out later how to create it. |
It seems that for now you provide the source code tarball but not the Wekan/Wefork release tarball. Ok. Thanks. I'll search also from my side. |
Please do search, that would help a lot. I need to continue my actual non-related work project. |
@HLFH It's the meteor bundle. Created with |
@AlexanderS Thank you. Nevetheless, "WARNING: 'bundle' has been deprecated. Use 'build' instead". su - wekan -s /bin/bash
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
nvm install 0.10.48
nvm use 0.10.48
wget https://github.com/wefork/wekan/archive/v0.11.0.zip
unzip v0.11.0.zip
cd wekan-0.11.0/
npm install
sudo -u wekan meteor build --server-only ../wekan-0.11.0
cd ../wekan-0.11.0/
curl --upload-file ./wekan-0.11.0.tar.gz https://transfer.sh/wekan-0.11.0.tar.gz
@xet7 Could you add me as a |
@HLFH thx :-) I updated https://github.com/soohwa/sps/blob/master/example/docs/1/wekan.md with your tarball https://github.com/wefork/wekan/files/681473/wekan-0.11.0.tar.gz |
This issue was moved to wekan#798 |
Hi,
Now that the Wekan community is relying on Wefork, can you make releases?
With Wefork, we have great features like #26.
So, it would be interesting to get a v0.11.0 release based on your master Wefork code.
It would be easier for a lot of people to deploy Wefork in production if you do that.
cc @xet7 @pierreozoux
Thanks,
HLFH
The text was updated successfully, but these errors were encountered: