Skip to content

noordzij/hellolily

 
 

Repository files navigation

HelloLily

HelloLily, an open source CRM project built on Django and Elasticsearch.

Prerequisites

That's it! As long as you are able to run Docker, you can work on HelloLily. Verify that Docker works by running a test image:

docker run ubuntu:14.04 /bin/echo 'Hello world'

(The first run may take a while as it pulls in Docker images).

Setup

After checking out the project, build the Docker images.

docker-compose build

Do a first time migration of the models.

docker-compose run web python manage.py migrate

Create a search index.

docker-compose run web python manage.py index

Populate the database with some testdata.

docker-compose run web python manage.py testdata

Running the webserver

Run the Django development server along with dependent containers.

docker-compose run --service-ports web

To login, go to http://localhost:8003/ (or boot2docker ip in case you're using that). Use credentials that were printed during the testdata command.

About

The official HelloLily CRM project

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 59.7%
  • JavaScript 21.0%
  • HTML 17.6%
  • CSS 1.3%
  • Shell 0.4%