Skip to content

RtF-I/annotated-hand-raising

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Annotated Hand Raising

Installation instructions:

On CentOS 7

Download the code and exec these commands with superuser privileges:

  1. yum install -y epel-release
  2. yum install -y nodejs couchdb
  3. systemctl enable couchdb
  4. systemctl start couchdb

As a non-privileged user, exec these commands:

  1. npm install
  2. npm app.js

The application listen by the port 3000, so you can access to it using the url:

http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.5%
  • HTML 20.2%
  • CSS 2.3%