Another interesting Opensource project.
https://apostrophecms.com/get-started/developers
https://apostrophecms.com/starter-kits
@kubemaster:~/apostrophe-boilerplate (WIP)
Working local install @ E:\work\myApostrophe\get-started
apos create my-website
Apostrophe create Grabbing the https://github.com/apostrophecms/starter-kit-essentials.git starter from Github [1/4]
Cloning into 'my-website'...
Apostrophe create Adding your project shortname (my-website) [2/4]
Apostrophe create Installing packages [3/4]
npm WARN deprecated consolidate@0.15.1: Please upgrade to consolidate v1.0.0+ as it has been modernized with several long-awaited fixes implemented. Maintenance is supported by Forward Email at https://forwardemail.net ; follow/watch https://github.com/ladjs/consolidate for updates and release changelog
npm WARN deprecated abab@2.0.6: Use your platform's native atob() and btoa() methods instead
npm WARN deprecated domexception@4.0.0: Use your platform's native DOMException instead
npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
npm WARN deprecated cuid@2.1.8: Cuid and other k-sortable and non-cryptographic ids (Ulid, ObjectId, KSUID, all UUIDs) are all insecure. Use @paralleldrive/cuid2 instead.
npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
npm WARN deprecated vue@2.7.15: Vue 2 has reached EOL and is no longer actively maintained. See https://v2.vuejs.org/eol/ for more details.
added 839 packages, and audited 840 packages in 1m
189 packages are looking for funding
run `npm fund` for details
4 moderate severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
Apostrophe create Creating an admin user [4/4]
Apostrophe create Choose a password for the admin user
√ 🔏 Please enter a password: ... *******
Apostrophe create Creating admin user with command: node app.js @apostrophecms/user:add admin admin
WARNING: No session secret provided, please set the `secret` property of the `session` property of the @apostrophecms/express module in app.js
(node:8694936) DeprecationWarning: isConnected is deprecated and will be removed in the next major version
(Use `node --trace-deprecation ...` to show where the warning was created)
⚠️
There are no users created for this installation of ApostropheCMS yet.
√ Enter a password for admin: ... **********
Apostrophe create All done! 🎉 Login as "admin" at the /login URL.
Apostrophe create Finished successfully.
npm run dev
my-website@1.0.0 dev
nodemon[nodemon] 3.0.3
npm run dev
[nodemon] reading config .\package.json
[nodemon] to restart at any time, enterrs
[nodemon] or send SIGHUP to 8696940 to restart
[nodemon] ignoring: .git /ui/apos//* /ui/src//* /ui/public//* locales/.json .\public\uploads// public/apos-frontend/.js .\data//
[nodemon] watching path(s): app.js modules** lib**.js views***.html
[nodemon] watching extensions: json,js,html,scss,vue
[nodemon] startingnode app.js
[nodemon] forking
[nodemon] child pid: 8687204
[nodemon] watching 13 files
WARNING: No session secret provided, please set thesecretproperty of thesessionproperty of the @apostrophecms/express module in app.js
(node:8687204) DeprecationWarning: isConnected is deprecated and will be removed in the next major version
(Usenode --trace-deprecation ...to show where the warning was created)
🧑💻 Building the Public-facing modern JavaScript and Sass…
👍 Public-facing modern JavaScript and Sass is complete!
🧑💻 Building the Raw CSS and JS…
👍 Raw CSS and JS is complete!
🧑💻 Building the Apostrophe admin UI…
👍 Apostrophe admin UI is complete!
Watching for UI changes…
Listening at http://localhost:3000
