From 8397499e85aecd7b0d07ac9f491877e6682189bb Mon Sep 17 00:00:00 2001 From: Davide Bortolami Date: Fri, 17 Apr 2020 20:15:11 +0100 Subject: [PATCH] Fixes --- .devcontainer/docker-compose.yml | 2 -- development/README.md | 11 +---------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml index 383e60ef..43498259 100644 --- a/.devcontainer/docker-compose.yml +++ b/.devcontainer/docker-compose.yml @@ -8,8 +8,6 @@ services: volumes: - ../installation/frappe-mariadb.cnf:/etc/mysql/conf.d/frappe.cnf - mariadb-vol:/var/lib/mysql - ports: - - 3306:3306 redis-cache: image: redis:alpine diff --git a/development/README.md b/development/README.md index 63bc2b46..755ddaaf 100644 --- a/development/README.md +++ b/development/README.md @@ -102,15 +102,6 @@ The command will ask the MariaDB root password. The default root password is `12 This will create a new site and a `mysite.localhost` directory under `frappe-bench/sites`. You may need to configure your system /etc/hosts if you're on Linux, Mac, or its Windows equivalent. -### Launching - -To launch witho -```shell -bench new-site mysite.localhost -``` - -Your website will now be accessible on [localhost on port 8000](http://locahost:8000) - ### Set bench developer mode on the new site To develop a new app, the last step will be setting the site into developer mode. Documentation is available at [this link](https://frappe.io/docs/user/en/guides/app-development/how-enable-developer-mode-in-frappe). @@ -140,7 +131,7 @@ bench start ``` You can now login with user `Administrator` and the password you choose when creating the site. - +Your website will now be accessible on [on port 8000](http://locahost:8000) Note: To start bench with debugger refer section for debugging. ### Fixing MariaDB issues after rebuilding the container