0.3.0 • Published 9 years ago

feverish-v3 v0.3.0

Weekly downloads
1
License
AGPL-3.0
Repository
-
Last release
9 years ago

Readme

Install it:

git clone https://github.com/millette/feverish-v3.git
cd feverish-v3
yarn install

Create and edit .env file with:

TEMPLATE_CACHE=true
DBUSER=[DATABASE ADMIN USERNAME]
DBPW=[DATABASE PASSWORD FOR ADMIN]
DBURL=http://localhost:5984/ # or your couchdb server address, including port

Start it:

yarn start