Skip to content

kxion/hellolily

 
 

Repository files navigation

Build Status Code Climate Test Coverage

Lily

Lily is an open source CRM project built on top of Django, AngularJS and Elasticsearch.

Status

Active/Maintained

Usage

Check out the Sphinx docs for detailed information

Requirements

Installation & running

  1. Checkout the Lily project and install gulp dependencies.
git clone git@github.com:HelloLily/hellolily.git
cd hellolily
npm install
  1. Build the Docker image.

To retreive images from DockerHub (uploaded by TravisCI) use:

docker-compose pull

To build your own images locally you can use

docker-compose -f docker-compose.yml -f docker-compose.new-build.yml build

This command needs to run every time the Dockerfile, requirements or patches are adjusted. Good practice would be to run it every time the git repo is updated. If nothing changed, the command will complete almost instantly.

  1. Do a first time migration of the models.
docker-compose run web python manage.py migrate
  1. Create a search index for ElasticSearch.
docker-compose run web python manage.py index
  1. Populate the database with some testdata.
docker-compose run web python manage.py testdata

Running

Run the Django development server along with dependent containers.

docker-compose run --service-ports web

You can then log in using the credentials creating in step 5 of the installation process.

Contributing

See the CONTRIBUTING.md file on how to contribute to this project.

Contributors

See the CONTRIBUTORS.md file for a list of contributors to the project.

Get in touch with a developer

If you want to report an issue see the CONTRIBUTING.md file for more info.

We will be happy to answer your other questions at opensource@wearespindle.com.

License

Lily is made available under the GNU General Public License v3.0 license. See the LICENSE file for more info.

About

The official Lily project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 51.5%
  • JavaScript 22.1%
  • HTML 19.7%
  • CSS 6.1%
  • Other 0.6%