Skip to content

robi42/ringolog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

This is a minimal RingoJS microblogging application.

First, in case you don't have ringo-hibernate installed yet:

ringo-admin install robi42/ringo-hibernate

Initially, create MySQL DB, e.g.:

mysql -uroot < app/config/init-mysql.sql

Start memcached (in a separate shell session), e.g.:

memcached -vv

Now, to run the app launch ringo with the main script, e.g.:

ringo app/main.js

Then point your browser to this URL:

http://localhost:8080/

About

A minimal RingoJS microblogging app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published