Skip to content

mitschoko/plog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Log

A small blogging System written in coffee-script.

Usage

The Service only fully works with Chrome Browsers.

Installation

Install Node and CouchDB.

Run

npm install

Create a File called init_config.json

This file might Look like this:

{ "my_name": "mitschoko", "init_pass": "testtest", "url": "localhost",
"port": 80, "couch_host": "localhost", "couch_port": 5984, "couch_user": "mitschoko", "couch_pass": "qwertzuiop" }

Run

coffee init.coffee

The script will setup a new config.json file and create Databases at the couch server at localhost:5984 using couch_user and couch_pass to Login to the Database. It also creates an admin account named mitschoko with the pass qwertzuiop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published