I want to develop a project locally, and when I re...
# all-things-deployment
r
I want to develop a project locally, and when I refer to the documentation to execute the command: ‘./gradlew build’, There is an error in the image, I don't know what caused it.
1
p
Hmm, China firewall. 😅 For those who are behind the firewall just like me and would like to build the project successfully, few things need to do: 1 Using repository mirrors if applicable for Python, docker and GitHub related codes. 2 Using “magic way” VPN instead if you don’t want to change the code at this moment.
r
image.png
h
Sorry, I think you still need a VPN to build the project because docker needs to get the installation files from Git and maven, which I haven't fully localized yet ...... Meanwhile, also need to ensure that overwrite the pip.conf to Chinese mirrors so that Python no need to connect overseas or using -i <mirror> for all pip commands.
r
I used the 'magic way' VPN, but this problem still occurs🫠
p
The easiest way to experience Datahub is to use “datahub docker quickstart” which will pull the images to your local environment. Then use my repository as starting point for further exploration such as building the frontend locally and push to docker to see changes etc…
h
Updated my repository with more localization and it can build successfully .
r
Is it convenient to leave another contact information?😊