mirror of
https://github.com/neocities/neocities.git
synced 2025-06-30 16:13:28 +02:00
Vagrantfile and provision scripts for development
This commit is contained in:
parent
46883b2bdd
commit
9038141e28
16 changed files with 128 additions and 50 deletions
7
vagrant/ruby.sh
Normal file
7
vagrant/ruby.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
apt-get -y install python-software-properties
|
||||
apt-add-repository -y ppa:brightbox/ruby-ng
|
||||
apt-get -y update
|
||||
apt-get -y install ruby2.2 ruby2.2-dev
|
||||
gem install bundler --no-rdoc --no-ri
|
Loading…
Add table
Add a link
Reference in a new issue