Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems starting Saasy-cms #6

Open
stongo opened this issue Aug 9, 2013 · 1 comment
Open

Problems starting Saasy-cms #6

stongo opened this issue Aug 9, 2013 · 1 comment

Comments

@stongo
Copy link

stongo commented Aug 9, 2013

I'm not able to successfully startup saasy-cms.
I'm using Node v0.10.2

Steps to reproduce error.

! /bin/bash

git clone https://github.com/myplanetdigital/saasy-cms.git
cd saasy-cms
npm install
./saasy

Results in the following errors in console:

info: Welcome to DocPad v6.48.0
info: Contribute: http://docpad.org/docs/contribute
info: Plugins: coffeescript, eco, marked, partials, saasy, stylus, text
info: Environment: development
info: DocPad listening to http://localhost:9778/ on directory /Users/user/htdocs/saasy-cms/out
Git repo initialization successful!
fs: missing callback Error: ENOENT, mkdir '/Users/user/htdocs/saasy-cms/src/contents/documents/jobposting/'
fs: missing callback Error: ENOENT, mkdir '/Users/user/htdocs/saasy-cms/src/contents/documents/person/'
fs: missing callback Error: ENOENT, mkdir '/Users/user/htdocs/saasy-cms/src/contents/documents/casestudy/'
info: Generating...
error: An error occured:
Error: ENOENT, no such file or directory '/Users/user/htdocs/saasy-cms/src/contents/documents/casestudy/index.html.md'
at Object.fs.openSync (fs.js:427:18)
at Object.fs.writeFileSync (fs.js:966:15)
at createDocument (/Users/user/htdocs/saasy-cms/plugins/docpad-plugin-saasy/src/saasy.plugin.js:331:19)
at /Users/user/htdocs/saasy-cms/plugins/docpad-plugin-saasy/src/saasy.plugin.js:361:13
at /Users/user/htdocs/saasy-cms/plugins/docpad-plugin-saasy/src/saasy.plugin.js:237:11
at fs.js:266:14
at Object.oncomplete (fs.js:107:15)
info: Generated 8/8 files in 0.609 seconds
info: Watching setup starting...
[ { [Error: ENOENT, mkdir '/Users/user/htdocs/saasy-cms/out/ckeditor']
errno: 34,
code: 'ENOENT',
path: '/Users/user/htdocs/saasy-cms/out/ckeditor' } ]
error: An error occured:
Error: ENOENT, open '/Users/user/htdocs/saasy-cms/out/saasy.js'
error: An error occured:
Error: ENOENT, open '/Users/user/htdocs/saasy-cms/out/admin.js'
error: An error occured:
Error: ENOENT, open '/Users/user/htdocs/saasy-cms/out/angular.js'
info: Watching setup
info: The action completed successfully

@stongo
Copy link
Author

stongo commented Aug 9, 2013

Also should note I eliminated permissions as a possibility by recursively settings permissions to 777 on saasy-cms folder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant