Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 506 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 506 Bytes

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/