Skip to content

alexvdp/meteorcms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteorcms v 0.1

A CMS system built and based on the Meteor project (www.meteor.com).

demo

Though this is non-functional since the project is new I will upload a demo upon any major updates:

There is also a Google Group for this project

There is a freenode channel ##meteorcms (and also Meteor's #meteor you can join too)

install

Meteor is it's own application which runs it's own web server and packaging system which is built on Node.js, Sockjs, etc. Since it runs it's own web server you can have this code anywhere. In Step 2 you can change ~/Sites/ to any directory, though that is probably the best place on your development machine to have it.

Steps:

  1. Install if you don't already have Meteor installed
  1. Clone from repository to any directory, this is independent anything else installed
  1. Run the web application:
  • cd ~/Sites/meteorcms
  • meteor

Commit changes if you would like to contribute!

tests

Install requirements: npm install -g mocha npm install request

Into tests/ run: mocha --reporter spec

About

A CMS system built and based on the Meteor project. www.meteor.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published