Coder Social home page Coder Social logo

adityaduggal / manual_erpnext_com Goto Github PK

View Code? Open in Web Editor NEW

This project forked from frappe/manual_erpnext_com

0.0 1.0 1.0 55.79 MB

ERPNext User Manual

Home Page: https://manual.erpnext.com

License: Other

Python 63.36% CSS 7.44% HTML 29.19%

manual_erpnext_com's Introduction

ERPNext Manual

manual.erpnext.com

To Contribute

You will need to fork this repository and send pull requests of your changes

Install

Install Frappe Bench: https://github.com/frappe/bench

Step 1. Create a new site on the bench

$ bench new-site manual.erpnext.com

Step 2. Then install the app in the bench

$ bench get-app frappe_theme [email protected]:frappe/frappe_theme
$ bench get-app manual_erpnext_com [email protected]:frappe/manual_erpnext_com

Step 3: Then install the app in the site

$ bench --site manual.erpnext.com install-app frappe_theme
$ bench --site manual.erpnext.com install-app manual_erpnext_com

Step 4: Start the bench

$ bench --site manual.erpnext.com serve --port 8000

Open your browser on http://localhost:8000 to see the site

To develop

Disable website caching

  1. Open sites/manual.erpnext.com/site_config.json
  2. Add "disable_website_cache": 1 to the options
  3. Clear the cache: bench --site manual.erpnext.com clear-cache

Run $ bench --site manual.erpnext.com serve --port 8000 again

Edits will appear on the site.

Added New Pages?

  1. Sync New Pages into Database: bench --site manual.erpnext.com sync-www
  2. Rebuild Web Page Database: bench --site manual.erpnext.com sync-www --force

Where to Start?

  1. See frappe-bench/apps/manual_erpnext_com/manual_erpnext_com/www
  2. The home page is www/index.html
  3. Documentation starts from www/contents/index.html
  4. index.txt holds the table of contents of that folder and will be used to produce a list of pages under that section. Any page you add should be added to its parent folder's index.txt. For example, see www/contents/accounts/index.txt.
  5. accounts is a folder. But https://manual.erpnext.com/contents/accounts is also a web page. This is handled by having a index.md file under accounts.
  6. All images are to be stored in respective folders under manual_erpnext_com/public/img.
  7. To link an image in the public folder in the documentation, use /assets/manual_erpnext_com/img/{path_to_the_image}. For example: /assets/manual_erpnext_com/img/accounts/account-settings.png
  8. For any further help, post your question at https://discuss.erpnext.com and select the topic category as Documentation

License

Creative Commons License
ERPNext Manual is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

manual_erpnext_com's People

Contributors

neillasrado avatar rmehta avatar anandpdoshi avatar williamjmorenor avatar nabinhait avatar pdvyas avatar

Watchers

Aditya Duggal avatar

Forkers

dataengein

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.