1.2 KiB
1.2 KiB
Partynest
Table of contents
Deploy
Tested with Ubuntu Server 18.04 LTS.
System packages
build-essential
bundler
liblzma-dev
libpq-dev
nodejs
npm
patch
ruby
ruby-dev
rubygems-integration
zlib1g-dev
Steps
- Create directory
/var/www/partynest/
writable by deploy user - Copy file
config/master.key
to/var/www/partynest/shared/config/
- Create PostgreSQL role
partynest
with passwordpassword
- Create PostgreSQL database
partynest_production
owned bypartynest