Apostrophe CMS
Learn how to configure Apostrophe CMS for use with Filebase.
What is Apostrophe CMS?
1. Create an Apostrophe CMS project with the following command:
2. Navigate into the project’s directory:
3. Install the dependencies for your project:
4. Add an admin user to the admin group and set a password:
5. Start your project with the command:
6. To configure your project to store files on Filebase, edit the app.js file to reflect the configuration of the following module:
app.js file to reflect the configuration of the following module:Last updated