Previous: art migrate, Up: The Art command line [Contents]
This command is used to start the server to run your site in the application folder:
Usage: art work [options] Options: -c, [--config=CONFIG] # Specify config file Default: conf/artanis.conf if no, /etc/artanis/artanis.conf -h, [--host=HOST] # Specify the network host Default: 0.0.0.0 -d, [--usedb] # Whether to use Database Default: false -b, [--dbd=DBD] # Specify DBD, mysql/postgresql/sqlit3 Default: mysql -n, [--name=DATABASE_NAME] # Database name Default: artanis -w, [--passwd=PASSWD] # Database password Default: none -u, [--user=USER] # Database user name Default: root -p, [--port=PORT] # Specify listenning port Default: 3000 -g, [--debug] # Debug mode Default: disable -s, [--server=SERVER] # Specify server core Default: inner (Guile built-in server) --help # Show this screen