Giter VIP home page Giter VIP logo

Comments (14)

xet7 avatar xet7 commented on September 2, 2024 3

Done.

from wekan.

xet7 avatar xet7 commented on September 2, 2024 1

@HLFH

Ok I'll try to make a release.

from wekan.

xet7 avatar xet7 commented on September 2, 2024

What is required for release?

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

from wekan.

HLFH avatar HLFH commented on September 2, 2024

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.

from wekan.

HLFH avatar HLFH commented on September 2, 2024

Thanks!

from wekan.

HLFH avatar HLFH commented on September 2, 2024

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

from wekan.

xet7 avatar xet7 commented on September 2, 2024

@HLFH

Yes there is already tarball at:
https://github.com/wefork/wekan/releases
https://github.com/wefork/wekan/releases/tag/v0.11.0

Direct link:
https://github.com/wefork/wekan/archive/v0.11.0.tar.gz

from wekan.

xet7 avatar xet7 commented on September 2, 2024

@HLFH

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

from wekan.

HLFH avatar HLFH commented on September 2, 2024

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.

from wekan.

xet7 avatar xet7 commented on September 2, 2024

@HLFH

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

from wekan.

AlexanderS avatar AlexanderS commented on September 2, 2024

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

from wekan.

HLFH avatar HLFH commented on September 2, 2024

@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

from wekan.

 avatar commented on September 2, 2024

@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

from wekan.

xet7 avatar xet7 commented on September 2, 2024

This issue was moved to wekan#798

from wekan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.