Skip to content

Commit

Permalink
added run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Lin committed Sep 25, 2017
1 parent 33e5b1b commit 9147033
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
11 changes: 11 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env bash

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

echo "skycoin binary dir:" "$DIR"

pushd "$DIR" >/dev/null

go run cmd/bbsnode/bbsnode.go --http-gui-dir="${DIR}/static/dist" $@

popd >/dev/null
5 changes: 5 additions & 0 deletions static/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Skycoin BBS Web UI

The user interface of Skycoin BBS is represented via a locally served website. In the future, users will no longer need to run a full BBS node to access/submit content to boards. And instead, nodes will host public websites.


2 changes: 1 addition & 1 deletion static/dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Skycoin BBS</title><base href="/"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><link rel="icon" type="image/x-icon" href="favicon.ico"><link href="styles.57703dc1a08eda7286c9.bundle.css" rel="stylesheet"/></head><body><app-root></app-root><script type="text/javascript" src="inline.75710ecff26045629578.bundle.js"></script><script type="text/javascript" src="polyfills.433210cf9b1ab2cb3ebb.bundle.js"></script><script type="text/javascript" src="scripts.8f2629f3e65fee9c8f13.bundle.js"></script><script type="text/javascript" src="vendor.4dea318ec4769164a885.bundle.js"></script><script type="text/javascript" src="main.94adc173488dd0e7f2e8.bundle.js"></script></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><title>Skycoin BBS</title><base href="/"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><link rel="icon" type="image/x-icon" href="favicon.ico"><link href="styles.57703dc1a08eda7286c9.bundle.css" rel="stylesheet"/></head><body><app-root></app-root><script type="text/javascript" src="inline.b299f8c6378db660c226.bundle.js"></script><script type="text/javascript" src="polyfills.433210cf9b1ab2cb3ebb.bundle.js"></script><script type="text/javascript" src="scripts.8f2629f3e65fee9c8f13.bundle.js"></script><script type="text/javascript" src="vendor.4dea318ec4769164a885.bundle.js"></script><script type="text/javascript" src="main.099bcfee4f83941c6b0c.bundle.js"></script></body></html>
1 change: 0 additions & 1 deletion static/dist/inline.75710ecff26045629578.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion static/dist/main.94adc173488dd0e7f2e8.bundle.js

This file was deleted.

0 comments on commit 9147033

Please sign in to comment.