ondras / wwwsqldesigner

WWW SQL Designer, your online SQL diagramming tool
https://sql.toad.cz/?keyword=online_library
BSD 3-Clause "New" or "Revised" License
2.86k stars 722 forks source link

better Local Installation: #294

Open v2lrf opened 4 years ago

v2lrf commented 4 years ago
  1. git clone https://github.com/ondras/wwwsqldesigner.git
  2. in the root of this repo => npm install http-server -g
  3. Run http-server in the root of this repo to start a simple http server
  4. Visit http://127.0.0.1:8080/index
  5. Enjoy
ondras commented 4 years ago

I am not sure I completely understand the point of this issue. Most of the items mentioned above are already present in the "Local Installation" section of the README file.

jvanderen1 commented 3 years ago

Having explicit instructions are always favorable than leaving out details. I would push for a change like this:

  1. For user's newer to git, they may not know where to find "the root of the repo".
  2. When you visit http://127.0.0.1:8080, a misleading page appears not related to this application at all.

Think about the end-user and where they might get stuck.