mirror of
https://github.com/neocities/neocities.git
synced 2025-07-23 02:56:05 +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
5
vagrant/database.sh
Normal file
5
vagrant/database.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
apt-get -y install postgresql postgresql-contrib libpq-dev
|
Loading…
Add table
Add a link
Reference in a new issue