Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
f0c8219b
Commit
f0c8219b
authored
2 years ago
by
Mara Broda
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
remove references to rpm (#6595)
parent
808ff7d3
Branches
Branches containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
polkadot/.gitignore
+0
-1
0 additions, 1 deletion
polkadot/.gitignore
polkadot/Cargo.toml
+1
-14
1 addition, 14 deletions
polkadot/Cargo.toml
polkadot/README.md
+1
-16
1 addition, 16 deletions
polkadot/README.md
with
2 additions
and
31 deletions
polkadot/.gitignore
+
0
−
1
View file @
f0c8219b
...
...
@@ -8,6 +8,5 @@ runtime/wasm/target/
.vscode
polkadot.*
!polkadot.service
!.rpm/*
.DS_Store
.env
This diff is collapsed.
Click to expand it.
polkadot/Cargo.toml
+
1
−
14
View file @
f0c8219b
...
...
@@ -208,7 +208,7 @@ pyroscope = ["polkadot-cli/pyroscope"]
name
=
"polkadot"
extended-description
=
"Implementation of a https://polkadot.network node in Rust based on the Substrate framework."
section
=
"misc"
maintainer
=
"
martin
@parity.io"
maintainer
=
"
security
@parity.io"
license-file
=
[
"LICENSE"
,
"0"
]
# https://www.debian.org/doc/debian-policy/ch-maintainerscripts.html
maintainer-scripts
=
"scripts/packaging/deb-maintainer-scripts"
...
...
@@ -220,18 +220,5 @@ conf-files = [
"/etc/default/polkadot"
]
# Configuration for building an .rpm package - for use with `cargo-rpm`
[package.metadata.rpm]
package
=
"polkadot"
[package.metadata.rpm.cargo]
buildflags
=
[
"--release"
]
[package.metadata.rpm.targets]
polkadot
=
{
path
=
"/usr/bin/polkadot"
}
[package.metadata.rpm.files]
"../scripts/packaging/polkadot.service"
=
{
path
=
"/usr/lib/systemd/system/polkadot.service"
,
mode
=
"644"
}
[package.metadata.spellcheck]
config
=
"./scripts/ci/gitlab/spellcheck.toml"
This diff is collapsed.
Click to expand it.
polkadot/README.md
+
1
−
16
View file @
f0c8219b
...
...
@@ -19,7 +19,7 @@ either run the latest binary from our
[
releases
](
https://github.com/paritytech/polkadot/releases
)
page, or install
Polkadot from one of our package repositories.
Installation from the Debian
or rpm
repositor
ies
will create a
`systemd`
Installation from the Debian repositor
y
will create a
`systemd`
service that can be used to run a Polkadot node. This is disabled by default,
and can be started by running
`systemctl start polkadot`
on demand (use
`systemctl enable polkadot`
to make it auto-start after reboot). By default, it
...
...
@@ -48,21 +48,6 @@ apt install polkadot
```
### RPM-based (Fedora, CentOS)
Currently supports Fedora 32 and CentOS 8, and derivatives.
```
bash
# Install dnf-plugins-core (This might already be installed)
dnf
install
dnf-plugins-core
# Add the repository and enable it
dnf config-manager
--add-repo
https://releases.parity.io/rpm/polkadot.repo
dnf config-manager
--set-enabled
polkadot
# Install polkadot (You may have to confirm the import of the GPG key, which
# should have the following fingerprint: 9D4B2B6EB8F97156D19669A9FF0812D491B96798)
dnf
install
polkadot
```
## Building
### Install via Cargo
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment