Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 469 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 469 Bytes

lfs-agrifood-cms

Prerequisites

  • Make sure to have Node.js 0.10+ and MongoDB v2.4+ installed
  • Clone this repo
  • Note: COOKIE_SECRET must be added in the .env file to start the server
  • Have Solr set up and run SolrScript

How to run the server

  • Run mongoDB (run mongod)
  • Start the server by running node keystone
  • Open http://localhost:3000 to view it in your browser