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

Linux build #5

Open
johansatge opened this issue Jul 7, 2015 · 7 comments
Open

Linux build #5

johansatge opened this issue Jul 7, 2015 · 7 comments

Comments

@johansatge
Copy link
Owner

Test and ship the Linux build.

@ptempier
Copy link

Hello, this works to install and start the app on ubuntu 15.10 (wily)

#need the legacy package because of some conflict
sudo apt-get install nodejs-legacy
npm install -g grunt-cli
npm install electron-prebuilt -g
git clone https://github.com/johansatge/vuplicity.git
cd vuplicity
npm install
cd app
grunt run

But after that when i try to create a backup when i save i get :
Settings directory could not be created

@dgiebert
Copy link
Contributor

dgiebert commented Jan 4, 2016

The problem for me was that the directory ~/.vuplicity is not created.

Is this project still in development ?

@johansatge
Copy link
Owner Author

Hi,

sorry for the delay!

Unfortunately I didn't have time lately to work on this, and got a lot of issues with duplicity (I'm going to add a disclaimer on the readme) - but if you are interested by the project, please do not hesitate to send PRs, I'll gladly publish them.

Have a nice day!

@dgiebert
Copy link
Contributor

dgiebert commented Jan 6, 2016

I will try to make compatible with the current version.

But sadly I am not a javascript developer, so this will take me some time.

Will create a PR for the ~/.vuplicity
What version of electron did you use, because I get some errors/warning with the current version ?

@johansatge
Copy link
Owner Author

I was using v0.33.3.

@ptempier
Copy link

which backup app did you switched to ?

@johansatge
Copy link
Owner Author

Hi,

currently I'm using Arq.

Unfortunately not completely open-source, but at least its storage format is.

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

No branches or pull requests

3 participants