abp icon indicating copy to clipboard operation
abp copied to clipboard

Test docs module while offline

Open berkansasmaz opened this issue 3 years ago • 1 comments

It will be test how we get results when GitHub is inaccessible and there is relevant data in the database.

berkansasmaz avatar May 30 '22 06:05 berkansasmaz

Map a dummy IP address with Github.com while testing. Make this mapping in the hosts file (c:\Windows\System32\Drivers\etc\hosts).

EngincanV avatar Jun 22 '22 07:06 EngincanV

I've changed the host addresses in my "C:\Windows\System32\drivers\etc\hosts" file and when github.com and raw.githubusercontent.com are offline the content of the documentation is not seen. I'll create an issue for this problem.


Here are my host address mappings for testing:

# github.com
  127.0.0.1  github.com
  127.0.0.1  raw.githubusercontent.com

EngincanV avatar Dec 15 '22 12:12 EngincanV