wekan / wekan-autoinstall

Wekan auto-installation script
GNU General Public License v3.0
21 stars 17 forks source link

Location of the files #2

Closed anselal closed 7 years ago

anselal commented 7 years ago

From @adamkasprzak on January 18, 2017 10:9

Hi! I'm playing with wekan - yesterday I have successfully started a virtual machine on xen with your implementation of wekan - great job!

I have three questions:

  1. In order to change files (example) - I need to locate the client folder. I've been looking everywhere with no success - can you please point me to the right place?
  2. How to make a backup?
  3. Is there an instruction of how to update the wekan?

Thanks! Adam

Copied from original issue: anselal/wekan#19

anselal commented 7 years ago

Hi!

  1. I do not have the slightest idea. Have you checked inside the installation folder ?
  2. Can you check at var/lib/mongodb ?
  3. I am not sure about updating wekan, never tried it myself.
anselal commented 7 years ago

From @adamkasprzak on January 18, 2017 10:23

Thanks @anselal for answers. I have found some of the original files here:

wekan@wekan:~/bundle/programs/server/app$ pwd /home/wekan/bundle/programs/server/app wekan@wekan:~/bundle/programs/server/app$ ls config i18n models sandstorm.js sandstorm.js.map server wekan@wekan:~/bundle/programs/server/app$

but the client folder is missing here...

So what will happen when there will be a new release? New VM and export->import?

anselal commented 7 years ago

There should be a VM. You could always try to install the new version on top of the old one, but before that always keep a backup up. I am not sure if there would be a new release of wekan. If you check issue https://github.com/anselal/wekan/issues/18 you will see that there is a new fork of wekan.

anselal commented 7 years ago

From @adamkasprzak on January 18, 2017 10:35

I see. I didn't realized that there is no plan for another release, since this is a very good tool where any other options are subscription based without an option for local deployment. Anyhow, thank you for your support and I'm getting back to looking for my missing files!

Cheers, Adam

anselal commented 7 years ago

I figured out where the client folder is that your where looking for. The release file my script download contains a compiled version of wekan, so there is no client folder. If you want to edit the app you must download the source and build it using meteor. If you are OK with my answer reply so we can close this issue