Skip to main content

Starting Community Template

You're almost there! With the server configured and files uploaded, these final steps will get Community Template running.

Make sure your license key is in your .env file before continuing.

Navigate to your installation folder:

cd /home/communitytemplate

Replace communitytemplate with whatever you named your folder.

Install the Node.js dependencies:

npm install

Start the application with Forever:

forever start .

To run without Forever (e.g., for testing), use node . instead.


Congrats!

Community Template is now running. Open your domain in a browser and you should see your new site. Head to /admin to start configuring your site settings, home page sections, navbar, and more.