Build with Golang + PostgreSQL
Important
🎉 Spurtcms 1.0 is now available! Read more in the announcement post.
spurtCMS Admin Panel prioritizes user-friendly administration, offering powerful tools for content creation, management, and defining CMS workspaces. Administrators have precise control over member access, ensuring streamlined member management. Dynamic channel management allows effective content structuring, enhancing the overall user experience. Administrators effortlessly create and manage channels and spaces, providing a comprehensive, user-centric content management solution for personalized and organized web environments.
This is the official repository of Spurtcms. Using these Build , you can easily deploy spurtcms in your local server.
Clone the Git repository that contains spurtCMS Admin project files, PostgreSQL dump file and .env file from the path https://github.com/spurtcms/spurtcms-admin.git using the “git clone” command.
git clone https://github.com/spurtcms/spurtcms-admin.git
After successful git clone, you should see a folder “spurtcms-admin” with folders locales, view, storage, public and files such as binary file, spurtCMS-admin.sql file and .env, file.
Utilize the "Restore" feature in PgAdmin to populate the database with the necessary content from the database dump spurtCMS-admin.sql cloned in the above step.
Locate the .env file inside the project folder “spurtcms-admin-app” and configure it with the details of newly created database such as database name, user name, password etc
DB_HOST=localhost
DB_PORT=5432
DB_NAME=your_database_name
DB_USER=your_database_user
DB_PASSWORD=your_database_password
DB_SSL_MODE=disable
Successful completion of this step completes the database configuration for spurtCMS Admin application.
Open the terminal within the project / cloned folder “spurtcms-admin-app”, note down the binary file name and execute the following command:
./{binary-file-name}
This command initiates the spurtCMS Admin application, allowing you to begin your journey with this powerful content management system.
By following the steps outlined in this article, you have successfully set up spurtCMS Admin on your system. Ensure that all prerequisites are met and the configuration steps are accurately executed to enjoy a seamless experience with spurtCMS Admin application. Now you can explore the features and functionalities of spurtCMS Admin for efficient content management.
live demo of our intuitive Admin Panel .
Username : Admin
Password : Admin@123
spurtcms 4.8.2 is published to npm under the @spurtcms/*
namespace.
You can find our extended documentation on our https://spurtcms.com/documentation, but some quick links that might be helpful:
-
Read Technology to learn about our vision and what's in the box.
-
Our Discard Questions, Live Discussions spurtcms Support.
-
Some Video Video Tutorials
-
Every Release is documented on the Github Releases page.
🐞 If you spot a bug, please submit a detailed issue, and wait for assistance.
spurtcms is developed and maintain by Piccosoft Software Labs India (P) Limited,.
spurtcms is released under the BSD-3-Clause License..