Closed rahul286 closed 7 months ago
Inside fm shell, we mostly do
fm shell
~/frappe-bench
bench use <sitename>
fm create <sitename>
On host machine
fm reset <sitename>
bench reinstall
[x] Set work dir to ~/frappe-bench.
Implemented in #131.
Inside
fm shell
, we mostly do~/frappe-bench
.bench use <sitename>
to the name offm create <sitename>
as all bench commands we use for that site. Might change once we have multisite.On host machine
fm reset <sitename>
which doesbench reinstall
and restore sitename and setup config.