Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removed outdated build info.
  • Loading branch information
comradekoval committed Jun 29, 2018
1 parent 7e03a6a commit 0b99ef7
Showing 1 changed file with 4 additions and 24 deletions.
28 changes: 4 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## ATTENTION
As of now we are not providing you folder "vendor", so server won't build, and nor client. Sorry for the inconvenience, we'll think of something the following week.

~~ATTENTION
As of now we are not providing you folder "vendor", so server won't build, and nor client. Sorry for the inconvenience, we'll think of something the following week.~~
# CasperAPI provider application.
CasperAPI is a decentralized data storage.
We were deeply concerned with the state of the Internet and thought that with the state-of-art decentralized technologies we could at least start changing the way data is stored and distributed right now.
Expand Down Expand Up @@ -37,26 +38,6 @@ apt-get update
Get dependencies and Casper-server via go get
```bash
go get -v -u -d github.com/Casper-dev/Casper-server
go get -v -u -d github.com/Casper-dev/Casper-SC
go get -v -u -d github.com/whyrusleeping/gx
go get -v -u -d github.com/whyrusleeping/gx-go
go get -v -u -d github.com/ethereum/go-ethereum
go get -v git.apache.org/thrift.git/lib/go/thrift/...
```

Install gx from sources
```bash
cd $GOPATH/src/github.com/whyrusleeping/gx
go install
cd $GOPATH/src/github.com/whyrusleeping/gx-go
go install
```
Install ipfs dependencies via gx
```bash
cd $GOPATH/src/github.com/Casper-dev/Casper-server
gx --verbose install --global
chmod +x bin/*
```
Install casper-server
```bash
cd $GOPATH/src/github.com/Casper-dev/Casper-server/cmd/ipfs
Expand All @@ -66,7 +47,6 @@ Now you got casper-server named ipfs at $GOPATH/bin
```bash
cd $GOPATH/bin
file ipfs
ipfs: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=2478eaaff91f2846ccfcef826de7d74f4261ed13, not stripped
```

#### Getting started
Expand All @@ -88,4 +68,4 @@ We really appreciate all the work that IPFS team done to the moment.
Guys - you rock!

# License
[Proprietary](LICENSE)
[Proprietary](LICENSE)

0 comments on commit 0b99ef7

Please sign in to comment.