Skip to main content

Manual Installation

Since Wiki is built on the Frappe Framework, it works seamlessly with the standard Bench deployment workflow. In most cases, no additional deployment configuration is required.

If you want to install Wiki manually on an existing Frappe Bench, run the following commands:

# Download the Wiki app
bench get-app https://github.com/frappe/wiki

# Install Wiki on your site
bench --site <site_name> install-app wiki

Note

Replace <site_name> with the name of your Frappe site before running the installation command.

Tip

After installation completes successfully, refresh your site or restart Bench if required, then access Wiki from your installed applications.

Rating: 0 / 5 (0 votes)