Cms
This document provides instructions for downloading Docker and installing Frappe.
- Author: abhi-146
- Repository: https://github.com/abhi-146/cms
- GitHub stars: 0
- Forks: 0
- License: MIT
- Category: Developer Tools
- Maintenance: Unmaintained
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:
[](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:
Frappe
Follow the guide provided at the link below to install Frappe v15:
- ERPNext
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/
- 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
- Switch user
su - erp_user
- Start mariadb
sudo service mariadb start
- Start redis
sudo service redis-server start
- Cd to frappe-bench
cd frappe-bench
- Start bench
bench start
- 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.