1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/build

20 lines
302 B
Text
Raw Normal View History

2015-10-19 13:04:49 +01:00
#!/usr/bin/env bash
2016-04-08 23:38:36 +01:00
if [ -z "$NVM_DIR" ]
then
NVM_DIR="$HOME/.nvm"
fi
. $NVM_DIR/nvm.sh
nvm install
nvm use
2015-10-19 13:04:49 +01:00
set -e
2016-04-21 17:16:03 +01:00
pyvenv env
2016-05-13 21:13:23 +01:00
env/bin/pip install -r requirements.txt
2016-01-02 00:05:01 +00:00
2016-05-27 15:56:26 +01:00
git clone --recursive https://github.com/getpelican/pelican-plugins plugins/ || echo "Plugins already installed!"
2016-05-17 17:58:04 +01:00
2015-10-19 13:04:49 +01:00
npm install