You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

mely

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mely

Project Mely - Make Everything Look Yours

latest
Source
npmnpm
Version
0.3.1
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Mely

Make Everything Look Yours

Build Status Dependency Status Code Climate

Mely is a blog platform built on hapi.js/node.js

Install Instructions

Create MYSQL db for Blog

Clone Mely > Go To Mely Folder > Copy/Edit Config Files > NPM Install

git clone git@github.com:EOL-Labs/Mely.git
cd Mely
cp config/database.example.js config/database.js
cp config/server.example.js config/server.js
cp config/mail.example.js config/mail.js

Edit config files

// DB Config
exports.config = {
  type: "mysql",
  hostname: "localhost",
  port: 3306,
  db: "yourDBName",
  username: "yourUsername",
  password: "yourPassword"
}
// Server Config
exports.config = {
  hostname: "localhost",
  port: 8080,
};
// Mail Config
exports.mailconfig = {
    host: "mailserver_host",
    port: 25,
    from: "Server Name <no-reply@address.com>"
};

NPM Install

npm install .

Start Mely

node .

Admin Interface

http://localhost:8080/admin

Blog Interface

http://localhost:8080

© EOL Labs

FAQs

Package last updated on 31 Dec 2014

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