Skip to content

NodeACS CMS - Simple node.js CMS with storage in Appcelerator's ACS cloud

Notifications You must be signed in to change notification settings

skypanther/nodeacscms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeACS CMS

Skeletal CMS built with Node.js with data storage in the Appcelerator ACS cloud.

Features

Not much more than logging in right now, but I'll get there somdeday.

Goals:

  • News posting and RSS feed -- data stored in ACS Posts, consumable as ACS data or an RSS feed
  • Photo posting / retrieval
  • User management with simple role-based security
  • Places management -- for use with Checkins feature of ACS, which could be consumed in a companion app

Requirements

Additionally, this was tested and works on a Mac. I have no clue what you need to do differently on Windows or Linux. Probably nothing as long as you can get node working properly. Sorry.

Setup

  1. Create an ACS app: Login to my.appcelerator.com
  2. Record the three oAuth security keys: App key, key, and shared secret
  3. Create a User object via the ACS control panel. Make sure this user is marked as an admin user. Note the email address and password for that user; you will need it later to log onto the CMS.
  4. Edit controllers/application_sample.js and enter your keys where indicated. Save/rename the file as application.js
  5. Run acs run to run locally, access via browser
  6. Publish with acs publish -- see the NodeACS docs for more info.

Credits

Developed by the Appcelerator Solutions and Appcelerator Sales Engineering team with extensions by @skypanther. Big thanks to @jamilspain and @grantges!

About

NodeACS CMS - Simple node.js CMS with storage in Appcelerator's ACS cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published