Skip to content

fanky5g/jobsghana

Repository files navigation

Open sourcing a closed project. Was supposed to be a job board that crawls and indexes other job boards in Ghana but went to a dead end. Use as you please :)

Install golang: by following your architecture instructions. Make sure to setup GOPATH. You'll find notes on the same page

Install docker, a container management tool for building microservices based containerized applications. Install docker-compose

Run: go get -u github.com/fanky5g/jobsghana

#Change directory to jobsghana: Run: cd $GOPATH/github.com/fanky5g/jobsghana Run: make

Run: docker-compose up This downloads multiple docker containers on first run so might take a while. Subsequent runs:

  • To run web client: docker-compose up nginx web
  • To run image server: docker-compose up nginx imageserver