Home

wq start

wq version: 1.1 1.2/1.3
Docs > Command Line Reference

wq start

wq start: Start a new project with wq.app and wq.db. Provided by wq.start.

$ wq start --help

Usage: wq start [OPTIONS] PROJECT_NAME [DESTINATION]

  Start a new project with wq.app and wq.db.  A new Django project will be
  created from a wq-specific template.  After running this command, you may
  want to do the following:

      sudo chown www-data media/
      cd app
      wq init

  See https://v1.wq.io/1.1/docs/setup for more tips on getting started with wq.

Options:
  -d, --domain TEXT  Web domain (e.g. example.wq.io)  [required]
  -i, --app-id TEXT  Application ID (e.g. io.wq.example)
  --help             Show this message and exit.