Skip to content

Development Environment

Andrew Benedict Wallace edited this page Nov 7, 2018 · 10 revisions

Setting up a development environment

Installation with Docker Compose

Untested, but try:

  1. Install Docker and Docker Compose

  2. Clone the repository:

    git clone https://github.com/CobwebOrg/cobweb-django
    cd cobweb-django
  3. Set up the database:

    docker-compose run web python manage.py migrate
    docker-compose run web python manage.py loaddata languages_data.json.gz

    (The second bit installs language data from Django-Languages-Plus

  4. ???

Clone this wiki locally