Skip to content

Commit

Permalink
Armbian: Bionic build script, instructions for Virtual Box
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjors committed Jun 9, 2018
1 parent 92ec07f commit 304edc1
Show file tree
Hide file tree
Showing 13 changed files with 616 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruby '2.4.2'
ruby '2.5.1'
source 'https://rubygems.org'

git_source(:github) do |repo_name|
Expand Down
3 changes: 1 addition & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ DEPENDENCIES
mini_racer
pg
puma (~> 3.11)
rack-proxy
rack-timeout
rails (~> 5.1.6)
rails-controller-testing
Expand All @@ -395,7 +394,7 @@ DEPENDENCIES
webpacker

RUBY VERSION
ruby 2.4.2p198
ruby 2.5.1p57

BUNDLED WITH
1.16.2
6 changes: 4 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@ heroku config:add PODCAST_URL=https://example.com/podcast.rss

In Heroku click "Ad a new job", enter `rake podcast:fetch` and press `Save`. Suggested frequency is hourly.

## Other
## Armbian: Orange / Nano / etc Pi devices

Instructions [here](/vendor/armbian).

Coming soon, hopefully: Ubuntu on [Orange Pi](https://github.com/Sjors/matreon/issues/53) and [Nanopi](https://github.com/Sjors/matreon/issues/54).
## Other

In addition to the sections below, I suggest studying the [AWS template](/vendor/AWS/Matreon.Template) and the various scripts in [/vendor](/vendor).

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Once it's stopped, click on the Actions button -> Instance Settings -> Change ns

This [blog post](https://medium.com/provoost-on-crypto/bitcoin-core-lightning-rails-on-aws-ad3bd45b11e0) explains the steps in more detail.

[INSTALL.md](/INSTALL.md) has instructions for Heroku and other platforms.
[INSTALL.md](/INSTALL.md) has instructions for Orange / Nano / etc Pi micro boards, Heroku and other platforms.

## Development

Expand Down
7 changes: 5 additions & 2 deletions vendor/AWS/Matreon.Template
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,6 @@ Resources:
gcc-c++: []
automake: []
libtool: []
gmp-devel: []
sqlite-devel: []
python3: []
net-tools: []

Expand Down Expand Up @@ -333,6 +331,11 @@ Resources:
&& ln -s /mnt/ssd/bitcoin /home/bitcoin/big-disk && chown -h bitcoin:bitcoin /home/bitcoin/big-disk

install_lightningd:
packages:
yum:
gmp-devel: []
sqlite-devel: []

commands:
01_clone_repo:
command: git clone https://github.com/ElementsProject/lightning /usr/local/src/lightning
Expand Down
Loading

0 comments on commit 304edc1

Please sign in to comment.