Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sanbornagency/nodebb-theme-quest

Package Overview
Dependencies
Maintainers
4
Versions
413
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sanbornagency/nodebb-theme-quest

Custom NodeBB theme for Quest Oracle Community

  • 1.9.7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
96
increased by4700%
Maintainers
4
Weekly downloads
 
Created
Source

Installation

Follow nodebb.org's instructions for setting up an install of nodebb.

Select to use MongoDB for your database. You may restore the database after setup.

Restoring a production database

Should you choose to restore a database, you may download one in the NodeBB Admin.

This is not necessary if you're working with a clean data environment. However, if you've restored an API database with users, this step is highly recommended.

To retrieve a production database and restore it:

  1. In NodeBB admin, select "PLUGINS" -> "SAAS" https://take.ms/6mt1hS

  2. Select "DOWNLOAD BACKUP" https://take.ms/lfjH1

  3. Use mongorestore to restore the database locally

    mongorestore -u <username> -p <password> -d <database> -c <collection>

!!! IMPORTANT !!! Turn off notification & digest emails

ENSURE THAT IF YOU'VE CHOSEN A PRODUCTION DATABASE, PLEASE TURN OFF DIGESTS IN THE NODEBB ADMIN IMMEDIATELY FOLLOWING RESTORATION.

  1. In NodeBB admin, select "SETTINGS" -> "EMAIL" https://take.ms/TBhrvf
  2. Scroll down to "Email Subscriptions"
  3. Turn "Disable subscriber notification emails" ON. https://take.ms/ZkOoG

Install required plugins

After installation is complete, install the following plugins with npm:

  1. Write API
  2. Friends
  3. Session Sharing
  4. S3 Uploads

Installation is done in the nodebb directory with the commands:

npm install git+https://git@github.com/sanbornmedia/nodebb-plugin-write-api --save

npm install git+https://git@github.com/sanbornmedia/nodebb-plugin-friends --save

npm install git+https://git@github.com/sanbornmedia/nodebb-plugin-session-sharing --save

npm install git+https://git@github.com/sanbornmedia/nodebb-plugin-s3-uploads --save

Alternatively, add this to the nodebb's package.json:

"nodebb-plugin-friends": "git+https://git@github.com/sanbornmedia/nodebb-plugin-friends",
"nodebb-plugin-s3-uploads-updated": "git+https://git@github.com/sanbornmedia/nodebb-plugin-s3-uploads.git",
"nodebb-plugin-session-sharing": "git+https://git@github.com/sanbornmedia/nodebb-plugin-session-sharing.git",
"nodebb-plugin-write-api": "git+https://git@github.com/sanbornmedia/nodebb-plugin-write-api",

Install this theme with npm, i.e., Note: You must be logged into an npm account that is a member of the Sanborn Agency org.

npm install @sanbornagency/nodebb-theme-quest --save

Updating the theme

Note: You must be logged into an npm account that is a member of the Sanborn Agency org.

Increment version number in package.json and run npm publish in project root.

Running Node BB

Start redis using the command redis-server to start, and redis-cli shutdown to stop it.

In the nodebb directory, run ./nodebb build to build assets, templates, etc. Then run ./nodebb dev to start the server with logging.

Notes

Template file names and directory structure must mirror the templates they're replacing in the Node BB directory, as Node BB's build process will use the theme's templates to overwrite the defaults.

FAQs

Package last updated on 09 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc