Skip to content

Commit

Permalink
setup for use of markdown in lua
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Jan 6, 2018
1 parent df09e23 commit 50c67b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-setup.sh
Expand Up @@ -7,6 +7,7 @@ set -o errexit # exit on error
#sudo apt-get install wget curl lua5.1 liblua5.1-0-dev zip unzip libreadline-dev libncurses5-dev libpcre3-dev openssl libssl-dev perl make build-essential postgresql nginx -y
#Those should already be installed and probably were mostly only needed for compiling prerequisites of OpenResty/LuaRocks themselves.
sudo luarocks install luacrypto
sudo luarocks install markdown

# No certificates

Expand Down
2 changes: 2 additions & 0 deletions import.sh
Expand Up @@ -46,6 +46,8 @@ sudo make install
sudo luarocks install lapis
sudo luarocks install moonscript
sudo luarocks install bcrypt
sudo luarocks install luacrypto # not sure where this is in use / if this is currently in use
sudo luarocks install markdown

# cleanup
cd ..
Expand Down

0 comments on commit 50c67b1

Please sign in to comment.