Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nodepress

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodepress

A nodejs micro-blog engine

  • 0.3.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-96.72%
Maintainers
1
Weekly downloads
 
Created
Source

About

Install and run

make a dir for your blog

mkdir nodepress

cd nodepress

install from the master tarball

npm install https://github.com/zir/nodepress/tarball/master

wait a moment for fetching tarball and installing the depedences

copy an example bootstrap file for your blog

cp ./node_modules/nodepress/skeletons/blog/server.js ./

start the server (assume your mongodb is listening on 127.0.0.1:27017)

node server.js

open http://127.0.0.1:8000 in your browser

Live demo (read only)

vitecho.com

FAQs

Package last updated on 19 Aug 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc