{"id":13759847,"url":"https://github.com/nodize/nodizecms","last_synced_at":"2026-01-10T19:40:08.502Z","repository":{"id":68722651,"uuid":"4146761","full_name":"nodize/nodizecms","owner":"nodize","description":"A Node.js CMS written in CoffeeScript, with a user friendly backend","archived":true,"fork":false,"pushed_at":"2013-04-18T07:39:18.000Z","size":5938,"stargazers_count":174,"open_issues_count":5,"forks_count":22,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-05-01T03:08:13.797Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://nodize.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nodize.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-04-26T10:54:37.000Z","updated_at":"2025-01-02T01:14:10.000Z","dependencies_parsed_at":"2023-02-21T08:31:40.573Z","dependency_job_id":null,"html_url":"https://github.com/nodize/nodizecms","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodize%2Fnodizecms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodize%2Fnodizecms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodize%2Fnodizecms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodize%2Fnodizecms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nodize","download_url":"https://codeload.github.com/nodize/nodizecms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253400856,"owners_count":21902561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T13:00:59.970Z","updated_at":"2025-05-10T10:30:31.174Z","avatar_url":"https://github.com/nodize.png","language":"JavaScript","readme":"Nodizecms\n=========\n\nA Node.js CMS written in CoffeeScript, with a user friendly backend\n\n![Screenshot](https://github.com/nodize/nodizecms/raw/master/docs/screenshots/media_manager.jpg)\n\nStatus\n------\n\nNodizeCMS is still under heavy development, there's a ton of unimplemented features and even more bugs.\n\nIt's not ready for production yet, but you still can start to play with it and have plenty of fun !\n\nApplication stack\n-----------------\nnodejs \u003e0.6.x\n\nexpress\n\nzappajs\n\nsequelize\n\nmysql\n\nredis (optional)\n\nInstallation \n------------\n\nInstallation has been tested under Linux, MacOS and Windows.\n\nGit, MySQL, Node.js and NPM have to be installed\n\nMake a global install of CoffeeScript\n```\nnpm install -g coffee-script\n```\n\nRetrieve NodizeCMS\n```\ngit clone git://github.com/nodize/nodizecms.git\n```\n\nInstall dependencies\n```\ncd nodizecms\n\nnpm install\n```\n\nCreate a MySQL database and modify the file \"/themes/pageone/settings/database.json\"\n```\nmysqladmin create pageone\n```\n\nStart the server\n```\ncoffee app.coffee\n```\n\nWhen your database is empty, a default \"admin\" user will be created with a random password at server startup :\n```\n._   _           _ _         \n| \\ | |         | (_)        \n|  \\| | ___   __| |_ _______ \n| . ` |/ _ \\ / _` | |_  / _ \\\n| |\\  | (_) | (_| | |/ /  __/\n\\_| \\_/\\___/ \\__,_|_/___\\___|\n\nlistening on port 3000\nSuperAdmin group created\nDefault user created, login = admin, password = 45A90 \u003c----------- YOUR PASSWORD\nDefault lang created\nDefault menu created\n```\n\nNow you can access to the admistration module, open you browser on \"http://127.0.0.1:3000/admin\" (replace 127.0.0.1 by your server IP/URL if it's not running on the localhost).\n\nIf you're still there and that everything went fine, you should have a nice but empty backend.\n\nLet's load some data :\n(replace \"pageone\" by your database name)\n```\nmysql pageone \u003c themes/pageone/sql/pages.sql\n```\nor (if you have some access rights defined in MySQL) :\n```\nmysql pageone -u root -p \u003c themes/pageone/sql/pages.sql\n```\n\nNow refresh your browser ! Do you see pages \u0026 articles ? Great ! \n\nOpen a new browser window and enter this URL : \"http://127.0.0.1:3000\", if you are lucky, you're just looking at a dynamic webpage powered by Node.js \u0026 NodizeCMS !\n\nLicense\n-------\n(The MIT License)\n\nCopyright (c) 2012 Hypee\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","funding_links":[],"categories":["Node-Powered CMS Frameworks","Node-Powered CMS Frameworks [🔝](#readme)","基于 Node 的 CMS 框架"],"sub_categories":["Runner","运行器","运行器e2e测试"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodize%2Fnodizecms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnodize%2Fnodizecms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodize%2Fnodizecms/lists"}