mely

0.3.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i mely

Weekly Downloads

0

Version

0.3.1

License

MIT

Last publish

Collaborators

  • steveypugs