Get Started
Install Bag of words
Install Bag of Words on your own server using Docker
Install with Docker
You can install Bag of words with a single docker command. By default, it will use SQLite as the database.
You can also configure it to use PostgreSQL by passing BOW_DATABASE_URL
environment variable.
To use PostgreSQL, you need to set the BOW_DATABASE_URL
environment variable.
For example: BOW_DATABASE_URL=postgresql://postgres:postgres@localhost:5432/bagofwords
Other configurations
You can also configure additional settings in the bow-config.yaml file.
To use the custom config file, you can run the following command: