Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
e1b58e83
Unverified
Commit
e1b58e83
authored
Mar 20, 2020
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SKALE-2341 Added tags for older commits
parent
fbec7209
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
8 deletions
+5
-8
building.md
docs/building.md
+1
-5
docker-compose.yml
run_sgx/docker-compose.yml
+4
-3
No files found.
docs/building.md
View file @
e1b58e83
...
...
@@ -70,11 +70,7 @@ cd scripts; ./build.py; cd ..
Go to the project's top directory, then run
```
bash
libtoolize
--force
aclocal
autoheader
automake
--force-missing
--add-missing
autoconf
./autoconf.bash
./configure
make
...
...
run_sgx/docker-compose.yml
View file @
e1b58e83
version
:
'
3'
services
:
sgxwallet
:
image
:
skalenetwork/sgxwallet:latest
_commit
image
:
skalenetwork/sgxwallet:latest
ports
:
-
"
1026:1026"
-
"
1027:1027"
...
...
@@ -17,6 +17,7 @@ services:
max-size
:
"
10m"
max-file
:
"
4"
restart
:
unless-stopped
command
:
-s -d -y
command
:
-s
healthcheck
:
test
:
[
"
CMD"
,
"
ls
/dev/isg
/dev/mei0"
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment