mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Moved the Vagrant stuff around to keep the root tidy
This commit is contained in:
12
scripts/vagrant-provision
Normal file
12
scripts/vagrant-provision
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# install packages
|
||||
sudo apt-get update
|
||||
sudo apt-get build-dep -y python-imaging
|
||||
sudo apt-get install -y libjpeg8 libjpeg62-dev libfreetype6 libfreetype6-dev
|
||||
sudo apt-get install -y build-essential python3-dev python3-pip sqlite3 libsqlite3-dev git
|
||||
|
||||
# setup python project
|
||||
pushd /opt/paperless
|
||||
sudo pip3 install -r requirements.txt
|
||||
popd
|
Reference in New Issue
Block a user