Giter Club home page Giter Club logo

angular-cms's People

Contributors

bitdeli-chef avatar jonniespratley avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

angular-cms's Issues

Failing build

Need to clean up the package file and resolve bower dependencies correctly so build can run.

Please add a license file

Hi, this project looks similar to mine and I like to share ideas and code. Can you please add a license terms to the repo or readme. Thanks.

Installation failed on mac os

I've followed the readme.md instruction but:

if I access to http://localhost:8181/ I've just the list of directory's files.
if I access to http://localhost:8181/index.html I get "Cannot GET /index.html" message

additional notes.
when I execute node server I have the following warning:
Listening on port: 8181
Socket.IO's listen() method expects an http.Server instance
as its first parameter. Are you migrating from Express 2.x to 3.x?
If so, check out the "Socket.IO compatibility" section at:
https://github.com/visionmedia/express/wiki/Migrating-from-2.x-to-3.x

Better readme file / Project status

Hi,

It is really difficult to figure out the status of project from the readme file. Especially since the heroku app seems to be down. I was trying to figure out if i can start building stuff on angular-cms, but the scenarios and wireframes on readme makes this look like the project is on early concepting phase. IMHO it would be useful to have quick intro on project and project status on the readme file. (Still trying to figure out if this is something i should watch, use now, use later or possibly start contributing)

How to login?

I am running it well on windows but i don't know which account to login to manager? i tried with account: test/test and tried create new account too, but always see an error is undefined. Please help. thanks for creating and help.

Installation

on ubuntu 14.04 i had to add:

  • "chalk": "*",
  • "grunt-karma": "~0.8.2",
  • "socket.io-client": "*",
  • "di": "*",
  • "debug": "*",
  • "log4js": "*",
  • "lodash": "*",
  • "useragent": "*",
  • "chokidar": "*",
  • "connect": "*",
  • "q": "*",
  • "source-map": "*",
  • "faye-websocket": "*",
  • "grunt-lib-contrib": "*",
  • "less": "*",
  • "mout": "*",
  • "optimist": "*"

to the depenacnes from grunt to run. after that I am still getting

Local Npm module "grunt-lib-contrib" not found. Is it installed?

Failing Unit tests

I did a git clone, npm install, bower install and then grunt. Everything builds fine, but when it executes the karma tests via phantomJS I get the following:

PhantomJS 1.9.7 (Windows 8) Controller: AppCtrl should attach a list of awesomeThings to the scope FAILED
TypeError: 'undefined' is not an object (evaluating 'scope.awesomeThings.length')
at C:/Workspace/angular-cms/.tmp/spec/controllers/app.js:14
PhantomJS 1.9.7 (Windows 8) Service: cmsDataServiceProvider should do something FAILED
Error: [$injector:unpr] Unknown provider: cmsDataServiceProviderProvider <- cmsDataServiceProvider
http://errors.angularjs.org/1.2.10/$injector/unpr?p0=cmsDataServiceProviderProvider%20%3C-%20cmsDataServiceProvider
at C:/Workspace/angular-cms/app/bower_components/angular/angular.js:3544
at getService (C:/Workspace/angular-cms/app/bower_components/angular/angular.js:3671)
at C:/Workspace/angular-cms/app/bower_components/angular/angular.js:3549
at getService (C:/Workspace/angular-cms/app/bower_components/angular/angular.js:3671)
at invoke (C:/Workspace/angular-cms/app/bower_components/angular/angular.js:3698)
at workFn (C:/Workspace/angular-cms/app/bower_components/angular-mocks/angular-mocks.js:2149)
undefined
PhantomJS 1.9.7 (Windows 8): Executed 36 of 36 (2 FAILED) (0.161 secs / 0.139 secs)
Warning: Task "karma:unit" failed. Use --force to continue.

install fails

on mac 10.10.5 && linux 15.04:

I get :

Warning: Task "serve" not found. Use --force to continue.

any ideas?

Failing Unit tests

I did a git clone, npm install, bower install and then grunt. Everything builds fine, but when it executes the karma tests via phantomJS I get the following:

PhantomJS 1.9.7 (Windows 8) Controller: AppCtrl should attach a list of awesomeThings to the scope FAILED
TypeError: 'undefined' is not an object (evaluating 'scope.awesomeThings.length')
at C:/Workspace/angular-cms/.tmp/spec/controllers/app.js:14
PhantomJS 1.9.7 (Windows 8) Service: cmsDataServiceProvider should do something FAILED
Error: [$injector:unpr] Unknown provider: cmsDataServiceProviderProvider <- cmsDataServiceProvider
http://errors.angularjs.org/1.2.10/$injector/unpr?p0=cmsDataServiceProviderProvider%20%3C-%20cmsDataServiceProvider
at C:/Workspace/angular-cms/app/bower_components/angular/angular.js:3544
at getService (C:/Workspace/angular-cms/app/bower_components/angular/angular.js:3671)
at C:/Workspace/angular-cms/app/bower_components/angular/angular.js:3549
at getService (C:/Workspace/angular-cms/app/bower_components/angular/angular.js:3671)
at invoke (C:/Workspace/angular-cms/app/bower_components/angular/angular.js:3698)
at workFn (C:/Workspace/angular-cms/app/bower_components/angular-mocks/angular-mocks.js:2149)
undefined
PhantomJS 1.9.7 (Windows 8): Executed 36 of 36 (2 FAILED) (0.161 secs / 0.139 secs)
Warning: Task "karma:unit" failed. Use --force to continue.

feature/media

Need to add the upload list/create actions and logic with server side code and unit/e2e tests. 80% coverage.

Port 9000 conflicts with XDebug

When running grunt server I initially got the following error:

Running "connect:livereload" (connect) task
Fatal error: listen EACCES

Closing PHP Storm which listens on port 9000 when XDebug is enabled, allowed the app to start up correctly but now I can't open PHP Storm! Any reason for not using the standard port 3000?

I tried changing the default port in Gruntfile.js and discovered that the SERVER_PORT variable is currently unused. Got it working by changing the port again on line 88.

linux installation

your index.html looks for the following files with camelCased names, but in the filesystem they are called with all lowercase names :
"scripts/directives/cmswidgets.js",
"scripts/directives/cmswidget.js",
"scripts/directives/cmsuploader.js",
"scripts/directives/cmsheader.js",
scripts/directives/cmsgravatar.js"
"scripts/services/dataservice.js">,
"scripts/services/cmsdataserviceprovider.js",
"scripts/services/cmsdataservicefactory.js",
"scripts/services/cmsusersfactory.js",
"scripts/services/cmsauthservice.js",
"scripts/services/cmssessionservice.js",
"scripts/services/cmsnotify.js"

nice project

RangeError: Maximum call stack size exceeded

This app is awesome!!!

Unfortunately, it won't run locally:
npm install -> ok
bower install -> ok
grunt serve ->

Running "serve" task

Running "clean:server" (clean) task
ERROR
Warning: Unable to delete ".tmp" file (EACCES, permission denied '.tmp/scripts'). Use --force to continue.

Aborted due to warnings.


Execution Time (2014-08-23 12:36:18 UTC)
loading tasks  4ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 27%
serve          2ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 13%
clean:server   7ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 47%
Total 15ms

sudo grunt serve ->

Running "serve" task

Running "clean:server" (clean) task
>> 1 path cleaned.

Running "concurrent:server" (concurrent) task

    Running "copy:styles" (copy) task
    Copied 2 files

    Done, without errors.


    Execution Time (2014-08-23 12:36:49 UTC)
    loading tasks   8ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇ 26%
    copy:styles    20ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 65%
    Total 31ms

    Running "ngtemplates:app" (ngtemplates) task
    File .tmp/scripts/templates.js created.

    Done, without errors.


    Execution Time (2014-08-23 12:36:49 UTC)
    loading tasks      8ms  ▇▇▇ 6%
    ngtemplates:app  115ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 92%
    Total 125ms

    Running "coffee:dist" (coffee) task
    File .tmp/scripts/app.js created.
    File .tmp/scripts/app.js.map created.
    File .tmp/scripts/config.js created.
    File .tmp/scripts/config.js.map created.
    File .tmp/scripts/controllers/admin.js created.
    File .tmp/scripts/controllers/admin.js.map created.
    File .tmp/scripts/controllers/app.js created.
    File .tmp/scripts/controllers/app.js.map created.
    File .tmp/scripts/controllers/dashboard.js created.
    File .tmp/scripts/controllers/dashboard.js.map created.
    File .tmp/scripts/controllers/docs.js created.
    File .tmp/scripts/controllers/docs.js.map created.
    File .tmp/scripts/controllers/forgot-password.js created.
    File .tmp/scripts/controllers/forgot-password.js.map created.
    File .tmp/scripts/controllers/help.js created.
    File .tmp/scripts/controllers/help.js.map created.
    File .tmp/scripts/controllers/login.js created.
    File .tmp/scripts/controllers/login.js.map created.
    File .tmp/scripts/controllers/main.js created.
    File .tmp/scripts/controllers/main.js.map created.
    File .tmp/scripts/controllers/media.js created.
    File .tmp/scripts/controllers/media.js.map created.
    File .tmp/scripts/controllers/pages.js created.
    File .tmp/scripts/controllers/pages.js.map created.
    File .tmp/scripts/controllers/plugins.js created.
    File .tmp/scripts/controllers/plugins.js.map created.
    File .tmp/scripts/controllers/profile.js created.
    File .tmp/scripts/controllers/profile.js.map created.
    File .tmp/scripts/controllers/register.js created.
    File .tmp/scripts/controllers/register.js.map created.
    File .tmp/scripts/controllers/settings.js created.
    File .tmp/scripts/controllers/settings.js.map created.
    File .tmp/scripts/controllers/sidebar.js created.
    File .tmp/scripts/controllers/sidebar.js.map created.
    File .tmp/scripts/controllers/themes.js created.
    File .tmp/scripts/controllers/themes.js.map created.
    File .tmp/scripts/controllers/users.js created.
    File .tmp/scripts/controllers/users.js.map created.
    File .tmp/scripts/controllers/widgets.js created.
    File .tmp/scripts/controllers/widgets.js.map created.
    File .tmp/scripts/directives/cmsFormGroup.js created.
    File .tmp/scripts/directives/cmsFormGroup.js.map created.
    File .tmp/scripts/directives/cmsPanel.js created.
    File .tmp/scripts/directives/cmsPanel.js.map created.
    File .tmp/scripts/directives/cmsgravatar.js created.
    File .tmp/scripts/directives/cmsgravatar.js.map created.
    File .tmp/scripts/directives/cmsheader.js created.
    File .tmp/scripts/directives/cmsheader.js.map created.
    File .tmp/scripts/directives/cmsuploader.js created.
    File .tmp/scripts/directives/cmsuploader.js.map created.
    File .tmp/scripts/directives/cmswidget.js created.
    File .tmp/scripts/directives/cmswidget.js.map created.
    File .tmp/scripts/directives/cmswidgets.js created.
    File .tmp/scripts/directives/cmswidgets.js.map created.
    File .tmp/scripts/filters/gravatar.js created.
    File .tmp/scripts/filters/gravatar.js.map created.
    File .tmp/scripts/filters/markdown.js created.
    File .tmp/scripts/filters/markdown.js.map created.
    File .tmp/scripts/services/cmsauthservice.js created.
    File .tmp/scripts/services/cmsauthservice.js.map created.
    File .tmp/scripts/services/cmsdataservicefactory.js created.
    File .tmp/scripts/services/cmsdataservicefactory.js.map created.
    File .tmp/scripts/services/cmsdataserviceprovider.js created.
    File .tmp/scripts/services/cmsdataserviceprovider.js.map created.
    File .tmp/scripts/services/cmsnotify.js created.
    File .tmp/scripts/services/cmsnotify.js.map created.
    File .tmp/scripts/services/cmssessionservice.js created.
    File .tmp/scripts/services/cmssessionservice.js.map created.
    File .tmp/scripts/services/cmsusersfactory.js created.
    File .tmp/scripts/services/cmsusersfactory.js.map created.
    File .tmp/scripts/services/dataservice.js created.
    File .tmp/scripts/services/dataservice.js.map created.

    Done, without errors.


    Execution Time (2014-08-23 12:36:49 UTC)
    coffee:dist  705ms  ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 99%
    Total 713ms

Running "autoprefixer:dist" (autoprefixer) task
Prefixed file ".tmp/styles/bootstrap.css" created.
Prefixed file ".tmp/styles/main.css" created.

Running "connect:livereload" (connect) task
Started connect web server on 127.0.0.1:9000.

Running "watch" task
Waiting...Warning: EMFILE: Too many opened files.

Running "watch" task
Waiting...Warning: EMFILE, too many open files 'app'

Running "watch" task
Waiting...Warning: EMFILE, too many open files 'app'

Running "watch" task
Waiting...Warning: EMFILE, too many open files 'app'

Running "watch" task
Waiting...Warning: EMFILE, too many open files 'app'

Seems like the watch task is creating a loop with compass but I can't find it...

Coffee to JavaScript

Need to convert all CoffeeScript to JavaScript. Simply because HTML, CSS, JavaScript rule.

grunt serve

cannot find module 'coffee-script'

grunt.js:16:1

feature/plugins

Need to add logic to create and load plugins that are specified in bootstrapping.

Can't Start REST server

When I try to start the rest server using (node server) i get the following error

events.js:72
throw er; // Unhandled 'error' event
^
Error: Trying to open unclosed connection.
at NativeConnection.Connection.open (c:\git\CMS\angular-cms-develop\node_mod
ules\mongoose\lib\connection.js:210:15)
at Mongoose.connect (c:\git\CMS\angular-cms-develop\node_modules\mongoose\li
b\index.js:212:15)
at Object.ds.connect (c:\git\CMS\angular-cms-develop\node_modules\jps-ds\dis
t\jps-ds.js:54:27)
at new DS (c:\git\CMS\angular-cms-develop\node_modules\jps-ds\dist\jps-ds.js
:234:17)
at Object. (c:\git\CMS\angular-cms-develop\routes\rest.js:43:11)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.