srid / discourse-docker

[unmaintained] Install and manage Discourse via docker [2014]
MIT License
85 stars 12 forks source link

problem during installation - make pull command #12

Closed dhruvbalhara closed 11 years ago

dhruvbalhara commented 11 years ago

i am installing discourse on server (digitalocean) -ubuntu 13.04 - (1GB mem, 20 GB SSD) while installing this error being displayed on passing the command : make pull

sudo docker pull srid/discourse-nginx sudo: docker: command not found make: *\ [pull] Error 1

srid commented 11 years ago

you should install docker (the first step in README) before running anything else, including make pull.

dhruvbalhara commented 11 years ago

@srid In fact i did, i was successfully able to complete the following steps without any error

open http://docs.docker.io/en/latest/installation/ubuntulinux/#ubuntu-raring apt-get install postgresql-client sudo apt-get install python-pip sudo pip install supervisor git clone https://github.com/srid/discourse-docker.git cd discourse-docker

srid commented 11 years ago

did you follow the instructions in the first link up including sudo apt-get install lxc-docker?