wekan / wekan

The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://app.transifex.com/wekan/wekan only.
https://wekan.github.io
MIT License
19.49k stars 2.83k forks source link

Feature Request: Build WeKan offline, and download all of WeKan #5165

Open MeriemBH opened 11 months ago

MeriemBH commented 11 months ago

Hello,

i have some questions about wekan_gantt:

thanks

xet7 commented 11 months ago

To install newest online, using Snap Candidate or Docker with docker-compose.yml from https://github.com/wekan/wekan is newest.

For offline use, without container like Snap and Docker, there is prebuilt bundles and info at https://github.com/wekan/wekan/Raspberry-Pi

Developing locally info is at https://github.com/wekan/wekan/wiki/Emoji

Connecting to database for snap is to port 27019 , and when developing usually at port 4001 when running node at 4000 and mongodb at 4001

It is only possible to build WeKan online, because build process downloads dependencies from Internet, like from meteor.com, armospherejs.com and npmjs.com , and then builds to wekan/.build/bundle that can be run offline.

That bundle directory has about 60 000 files of html/css/javascript/images/fonts etc.

If some page has links or other info that do not work, please list all those links so that I can fix them.

xet7 commented 11 months ago

Connecting to database can be done with GUI like dbgate or nosqlbooster, info at https://github.com/wekan/wekan/wiki/Backup

xet7 commented 11 months ago

TODO:

MeriemBH commented 11 months ago

Hello again,

i installed wekan on windows22 successfully and could consult the database with dbgate. Now, should i install visual studio to change the coding locally? i have anothe remark: i noticed many changes when comparing wekan v6.09 and 7.09. for example, when i exported the old board (json file) a new list was created and i can not delete it. moreover, the way the file attached was displayed changed. when i tried to export the CSV or tsv file, it didn't work. 2023_10_19_16_28_13_Window

thanks,

xet7 commented 11 months ago

@MeriemBH

i installed wekan on windows22 successfully and could consult the database with dbgate. Now, should i install visual studio to change the coding locally?

It depends would you like to edit code with Visual Studio Code, Codium, or some other editor. I use plain text editor nano at Linux, usually Debian or Ubuntu.

i have another remark: i noticed many changes when comparing wekan v6.09 and 7.09. for example, when i exported the old board (json file) a new list was created and i can not delete it. moreover, the way the file attached was displayed changed. when i tried to export the CSV or tsv file, it didn't work.

Yes, that is a bug, it is not fixed yet. Import/Export code is at wekan/models/

xet7 commented 11 months ago

If you use Visual Studio Code, do not install any linter like eslint or prettier, those mess up code. Only make changes to minimal amount of code that is required to change.

MeriemBH commented 9 months ago

Hello Lauri,

Did you have the time to check on the issue related to wekan offline windows?

thanks,

xet7 commented 9 months ago

@MeriemBH

I added newest info for Windows:

https://github.com/wekan/wekan/wiki/Offline#newest-docker-wekan-offline