slitaz-dev-tools view tazdev/tazdev.conf @ rev 273

tazdev: add setup-cgi (only a proposal, adaptable via config file)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Feb 27 22:08:17 2017 +0100 (2017-02-27)
parents 8d049d40ee22
children 66c023d0f82f
line source
1 # tazdev.conf: SliTaz Developers tool configuration file.
2 #
4 # We may use main slitaz.conf in time.
5 SLITAZ_HOME="/home/slitaz"
7 # Path to all own and copy projects.
8 PROJECTS="$HOME/Projects"
10 # Path to all web and CGI/SHell projects developped localy.
11 # URL: http://localhost/~$USER/
12 PUBLIC="$HOME/Public"
14 # Path to archive
15 SOURCE=$SLITAZ_HOME/src
17 # Packages to generate a minimal chroot.
18 CHROOT_PKGS="slitaz-base-files busybox cookutils tazpkg lzma"
20 # Main mirror to push and download (ISO, rootfs. etc).
21 MIRROR="mirror.slitaz.org"
22 MIRROR_PKGS="/var/www/slitaz/mirror/packages"
23 MIRROR_SOURCES="/var/www/slitaz/mirror/sources"