Apostrophe CMS
Learn how to configure Apostrophe CMS for use with Filebase.
Last updated
Was this helpful?
Learn how to configure Apostrophe CMS for use with Filebase.
Last updated
Was this helpful?
Apostrophe CMS is an open-source CMS product built using NodeJS that features an in-context editing service and a headless full-stack JavaScript environment. Apostrophe CMS supports Windows, macOS X, and Linux operating systems.
Read below to learn how to use Apostrophe CMS with Filebase.
apos create test-project
cd test-project
npm install
node app.js apostrophe-users:add admin admin
node app.js
app.js
file to reflect the configuration of the following module:Replace the following values to reflect your configuration:
FILEBASE_ACCESS_KEY: Filebase Access Key
FILEBASE_SECRET_KEY: Filebase Secret Key
FILEBASE_BUCKET_NAME: Filebase Bucket Name