aswarren / bvbrc_website

Repository for the BV-BRC website.

Home Page:https://www.bv-brc.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PATRIC 3 WebApp

Requirements

node (6.x LTS) https://nodejs.org or

// macOS
brew install node@6

// centos
curl --silent --location https://rpm.nodesource.com/setup_6.x | bash -
yum -y install nodejs

Installation

git clone --recursive  https://github.com/PATRIC3/p3_web.git
cd p3_web
npm install
cp p3-web.conf.sample p3-web.conf  (and edit as necessary)

If you cloned without --recursive flag,

cd p3_web
npm install
git submodule update --init
// Note: git submodule fetches a module in node_modules directory. So npm install first!

Running

npm start

Note: if any configuration changes are made (i.e., changes to ./p3-web.conf), then ./bin/p3-web must be restarted.

Contributing

Please refer this doc for contribution.

About

Repository for the BV-BRC website.

https://www.bv-brc.org

License:MIT License


Languages

Language:JavaScript 78.7%Language:CSS 12.0%Language:HTML 7.3%Language:Less 1.6%Language:XSLT 0.1%Language:SCSS 0.1%Language:PHP 0.1%Language:CoffeeScript 0.1%Language:ActionScript 0.0%Language:Shell 0.0%Language:Batchfile 0.0%Language:Makefile 0.0%Language:Mako 0.0%