Cms

This document provides instructions for downloading Docker and installing Frappe.

Install Cms

bench get-app https://github.com/abhi-146/cms

Add the Frappe Gems badge to your README

Maintain Cms? Paste this into your README:

[![Listed on Frappe Gems](https://frappegems.com/api/method/frappe_gems.seo.badge?app=abhi-146%2Fcms)](https://frappegems.com/gems/apps/abhi-146/cms)

About Cms

Prerequisites

This document provides instructions for downloading Docker and installing Frappe.

Docker

Download Docker Desktop from the official website:

Download Docker

Frappe

Follow the guide provided at the link below to install Frappe v15:

Install Frappe v15

  • ERPNext

Complete Frappe ERPNext setup

Installation

To install this feature, follow these steps:

If you don't have docker, first download docker. Download docker from https://www.docker.com/products/docker-desktop/

  1. Pull and run ubuntu image in docker
docker pull ubuntu:22.04
docker run -dt --name bench -p 8000:8000 ubuntu:22.04 /bin/bash
  1. Switch user
su - erp_user
  1. Start mariadb
sudo service mariadb start
  1. Start redis
sudo service redis-server start
  1. Cd to frappe-bench
cd frappe-bench
  1. Start bench
bench start
  1. Install custom app

Clone repository to apps folder in frappe bench directory

git clone https://github.com/abhi-146/cms/
bench --site [sitename] install-app [appname]

Related Developer Tools apps for Frappe & ERPNext

  • Frappe — Low code web framework for real world applications, in Python and Javascript
  • Frappe Docker — Docker environment for developing, deploying, and running Frappe applications (ERPNext and custom apps) in production and development
  • Builder — Craft beautiful websites effortlessly with an intuitive visual builder and publish them instantly
  • Bench — CLI to manage Multi-tenant deployments for Frappe apps
  • Frappe Ui — A set of components and utilities for rapid UI development
  • Press — Full service cloud hosting for the Frappe stack - powers Frappe Cloud
  • Gameplan — Open Source Discussions Platform for Remote Teams
  • Doppio — A Frappe app (CLI) to magically setup single page applications and Vue/React powered desk pages on your custom Frappe apps.