Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 221 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 221 Bytes

marsnews

source of the marsnews www.marsnews.net

How To Setup

You will need a database, prefereably postgres:
createdb marsnews
createuser marsuser
psql -d marsnews
\i ./sql/news.sql