Skip to content

Makefile && Docker

Michael Hose edited this page Mar 11, 2021 · 4 revisions

Required:

  • Docker
  • Linux or Make installed in Windows

Github

  • Download the source code from the link above. Make sure to use the latest develop branch from github.
 git clone https://github.com/hose1021/DevHub.git devhub

Localy

Enter to project

 cd devhub

Install project and run

 make init

If devhub installed just run server

 make up

For stop server

 make down

Restart server

 make restart

Getting Into Website

Now you can connect to website with link 127.0.0.1:8090

If there are any questions please join our Telegram or ask us on Github Discussion.