-
Notifications
You must be signed in to change notification settings - Fork 22
Can you make an interim release? #12
Comments
Hey, Cheers for checking into the MaidSafe. MaidSafe-Drive is the submodule of the system that provides a VFS to access your data from the network. The vault client you mentioned comes from the Vault submodule which you can also find under our github repositories. We currently do not provide binary builds of vault/other sub modules as we are still internally testing the network(currently you can build the project yourself tho from source). A set of examples and tutorials of the usage of the system is soon to follow with the MaidSafe-Examples using the API project. I'd recommend you subscribe to the mailing list to be aware of when these get released. You can find the build instructions for the entire system at https://github.com/maidsafe/MaidSafe/wiki/Build-Instructions In the mailing list, the procedure for setting up a test network is listed by Qi which can be found at https://groups.google.com/d/msg/maidsafe-development/gEnt_azBucI/dm-FWjUGJVQJ That should help you get started currently and being subscribed to the mailing list should help a bit to keep up with the info when binaries/examples get released exposing the features of the platform which should hopefully be coming soon as well. |
I keep coming back to this project, pulling the latest, and building. I have yet to get a successful build. A Binary .deb would be good, and a maintained ppa would be ideal. Ubuntu Studio 14.04 |
I did this as a test during testnet1 wget -O - http://dash.maidsafe.net/repos/gpg.key| sudo apt-key add - [replace trusty here with your version - and ubuntu with debian if needed] sudo apt-get update This is highly developed at speed codebase right now so forgive any issues. On Sun, Jan 4, 2015 at 7:30 PM, Kevin Harrington [email protected]
David Irvine |
Awesome, thanks! |
This would be an excellent Wiki page for newcomers, fyi. |
So when i run this on Ubuntu Studio Trusty I get the following error: sudo apt-get install maidsafe-dev maidsafe-farmer Here is the kernel: |
"vault manager executable is missing in /opt/maidsafe/vault" Seems like I need to recreate this, can you wait a wee while, I am currently working out of branch and in a load of code sorting out some re-entrant code issues which are using a paradigm I am not used to so may take me a wee while. The installers are going thought Qa and getting formalised to the official versions will be much better. I tend to try these things out for myself so that is where this came from. I don't even remember the commit it was based on. I am sure the Qa team will do a much better well thought out job. |
The file is there however: $ ls -al /opt/maidsafe/vault |
No rush on my account, i am just trying to understand the system and give detailed feedback. Once it builds I am interested in contributing as a developer as well (check my profile page for credentials). Also, if i am submitting issues in the wrong location, just let me know. |
No worries here is fine. We underwent a ton of upgrading and improvements in this testnet, nearly there now, still to handle public name registration and the public drive and messaging (not that much really) and it's done. This may also include some of the newer nfs API components. So testnet3 will be much wider open to play around in. Feel free to build from source as well though, no need to wait. Checked your repo's good man physical computing is my next thing to include here, desk full of bits (recently got memory wire to replace solenoids) and I cannot wait, but time is hell just now. I am gonna take a day of when testnet2 is done. |
I read about the project and was disappointed that there are no binary builds available for installing a vault on Ubuntu. Is the network even online yet to connect to yet?
The text was updated successfully, but these errors were encountered: