List all containers:
sudo lxc-ls -f
Stop peopleask container:
sudo lxc-stop -n peopleask
Start peopleask container:
sudo lxc-start -d -n peopleask
To enter the container: ssh [email protected]
, then su nova
To update the project (from inside the container): make update
django-admin runserver 0.0.0.0:<port>
Admin URL:
http://peopleask.lxc:<port>/np_admin/
Is dnsmasq running?
sudo service dnsmasq start
Ask @kael to help
- make sure you are in the PeopleAsk Project
workon ansible-peopleask
cd ansible && ./bin/develop.sh
With your settings:
PIMP_STATIC_ROOT = "../pimpmythemefolders/dist/peopleask"
PIMP_STATIC_URL = "/static_themes/"
PIMP_ARCHIVE_URL = ""
- Edit files in
/peopleask/_base/css/*
inpimpmythemefolders
- run
npm run build:peopleask-default
frompimpmythemefolders
- restart the peopleask server
Make shell
s = PeopleDocSite.objects.get(pk=1)
s.theme_pimp = 'theme-name'
s.save()
Before make collectstatic
export BUILD_CSS_EXTRA_ARGS="-p theme-name"
./bin/add_changelog_entry PDOCUI-49 enhancement "[Bootzord] make font sizes consistent"