# HG changeset patch # User Christophe Lincoln # Date 1390412052 -3600 # Node ID 51f598a23d7dfece8baf44adc8798df216c99b82 Initial commit with the README diff -r 000000000000 -r 51f598a23d7d README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Wed Jan 22 18:34:12 2014 +0100 @@ -0,0 +1,43 @@ +SliSH - The SliTaz SHell on demand! +================================================================================ + + + * Powerfull SliTaz SHell in a few minutes + * Simple online registration via CGI script + * Easy to create and maintain users chroot + * Host cmdline tool to handle users and chroot + + +Quickstart +---------- +Start by getting the latest code via SliTaz Hg repos: + +# hg clone http://hg.slitaz.orh/slish +# cd slish && make install + +Setup dierctories, a chroot and configure the system to chroot all +SliSH users. + +# slish setup +# slish adduser --name="Test Man" --user=test \ + --mail=test@slitaz.org --pass=test + +You can test SliSH environment locally with 'su tux' or start Dropbear +and login via SSH: + +# /etc/init.d/dropbear start +# ssh test@localhost + + +Default user limits +------------------- + +-d: data seg size 4096 (4 Mb) +-m: resident set size 4096 (4 Mb) +-l: locked memory 32 Kb +-p: processes 5 +-v: address space 16384 (16 Mb) + + + +================================================================================