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

Documentation says Ubuntu/Debian .DEB files are the Release section #227

Closed
bmullan opened this issue Jul 19, 2022 · 2 comments
Closed

Documentation says Ubuntu/Debian .DEB files are the Release section #227

bmullan opened this issue Jul 19, 2022 · 2 comments

Comments

@bmullan
Copy link

bmullan commented Jul 19, 2022

Documentation says...

Innernet consists of two binaries: innernet-server, the coordinating server, and innernet (also aliased as inn for easy access), the client that peers run to access the network.

First, let's install innernet-server on a server we have sitting around, create a new network, and start it up:

First, let's install innernet-server on a server we have sitting around, create a new network, and start it up ...

But I do not see any releases w .DEB files just source and tar.gz except in the BETA releases

Do the .DEB files exist and if so where are they...

thanks
brian

@bschwind
Copy link
Member

Hi @bmullan ,

See the issue here for the current status on *.deb files.

We should fix up the documentation for sure.

You can generate the deb files on the machine you plan to use them with:

cargo install cargo-deb # if it isn't installed already
cargo deb -p client
cargo deb -p server

Assuming you have cargo installed. If you don't, you can install it from rustup.rs

@bschwind
Copy link
Member

Closing as a duplicate of #212, but feel free to comment here if you need any help generating the files.

strohel added a commit that referenced this issue Dec 1, 2022
...and say that we're looking for help.

Relates to #203 (main issue), #197, #202, #212, #227, #236, #237.
strohel added a commit that referenced this issue Dec 1, 2022
...and say that we're looking for help.

Relates to #203 (main issue), #197, #202, #212, #227, #236, #237.
strohel added a commit that referenced this issue Dec 1, 2022
...and say that we're looking for help.

Relates to #203 (main issue), #197, #202, #212, #227, #236, #237.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants