Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 662 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 662 Bytes

Hello world

This is me!

Autocomplete

Add something like this to your startup script:

eval "$(register-python-argcomplete plonex)"

Initialize your project

You can initialize a new project with the init command:

$ plonex init foo
INFO     Creating foo/tmp
INFO     Creating foo/etc
INFO     Creating foo/var
INFO     Creating foo/var/blobstorage
INFO     Creating foo/var/cache
INFO     Creating foo/var/filestorage
INFO     Creating foo/var/log
INFO     Creating foo/etc/plonex.yml
INFO     Project initialized

Install your packages

plonex dependencies

Start your project

plonex supervisor start