A simple Vagrant environment that builds Urbit from source in an Ubuntu box and provides a simple Rake task for accessing your Urbit pier shell.
See doc/
for instructions on how to install Ansible, Ruby, and
Vagrant.
- Clone this project
cd
into the project directory- Run
rake
Just run rake
.
The first time you run rake
, it will call vere
with the '-c'
option to create your pier in the mypier
folder in your project
directory. All subsequent invocations of rake
will not use the '-c'
flag and will just log you into your shell.
Calling rake
without any arguments, as recommended above, runs the
default task which is shell
. Run rake -T
to see a list of helpful
tasks.
In the event that Tlon has breached Urbit and you need to reset, there is a Rake task you can run to reset your pier and create a backup of your old one.
rake breach
If you just want to create a backup without resetting your pier, you can
do so with the backup
Rake task.
rake backup
Please use Github Issues in this repo to describe and discuss problems.
Also, feel free to discuss with me in :chat
. I'm ~binbec-satmep
.
Lastly, you can find me elsewhere online.
- Fork it ( https://github.com/cookrn/urbit-vagrant/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
MIT. See: LICENSE