mirror of
https://github.com/neocities/neocities.git
synced 2025-08-23 01:20:50 +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/phantomjs.sh
Normal file
7
vagrant/phantomjs.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-x86_64.tar.bz2
|
||||
bzip2 -dc phantomjs-1.9.8-linux-x86_64.tar.bz2 | tar xf -
|
||||
cp phantomjs-1.9.8-linux-x86_64/bin/phantomjs /usr/local/bin/
|
Loading…
Add table
Add a link
Reference in a new issue