Skip to content
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

Closed
HLFH opened this issue Dec 16, 2016 · 14 comments
Closed

First wefork release #50

HLFH opened this issue Dec 16, 2016 · 14 comments

Comments

@HLFH
Copy link
Collaborator

HLFH commented Dec 16, 2016

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

@xet7
Copy link
Member

xet7 commented Dec 16, 2016

What is required for release?

I could commit current devel to master branch. What else needs to be done?

@HLFH
Copy link
Collaborator Author

HLFH commented Dec 16, 2016

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.

@xet7
Copy link
Member

xet7 commented Dec 16, 2016

@HLFH

Ok I'll try to make a release.

@xet7
Copy link
Member

xet7 commented Dec 16, 2016

Done.

@xet7 xet7 closed this as completed Dec 16, 2016
@HLFH
Copy link
Collaborator Author

HLFH commented Dec 16, 2016

Thanks!

@HLFH
Copy link
Collaborator Author

HLFH commented Dec 16, 2016

@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/

@xet7
Copy link
Member

xet7 commented Dec 16, 2016

@xet7 xet7 reopened this Dec 16, 2016
@xet7
Copy link
Member

xet7 commented Dec 16, 2016

@HLFH

Huh what kind tarball Meteor bundle is that? I'll try to figure out later how to create it.

@HLFH
Copy link
Collaborator Author

HLFH commented Dec 16, 2016

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.

@xet7
Copy link
Member

xet7 commented Dec 16, 2016

@HLFH

Please do search, that would help a lot. I need to continue my actual non-related work project.

@AlexanderS
Copy link

@HLFH It's the meteor bundle. Created with meteor bundle <output.tar.gz>.

@HLFH
Copy link
Collaborator Author

HLFH commented Jan 2, 2017

@AlexanderS Thank you. Nevetheless, "WARNING: 'bundle' has been deprecated. Use 'build' instead".
So, I'm doing that:

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

Using the --directory option on meteor build will produce a bundle directory instead of the tarball. So, I don't use this option there.

@xet7 Could you add me as a Wefork collaborator, so I will be able to submit/edit releases here when necessary?
https://transfer.sh/5obRm/wekan-0.11.0.tar.gz
OR: wekan-0.11.0.tar.gz

@ghost
Copy link

ghost commented Jan 3, 2017

@xet7
Copy link
Member

xet7 commented Feb 8, 2017

This issue was moved to wekan#798

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants