Package org.platformlayer.ops.users

Examples of org.platformlayer.ops.users.PosixGroup


        .build(Splitter
            .on(" ")
            .split("sudo git-core wget curl gcc checkinstall libxml2-dev libxslt-dev sqlite3 libsqlite3-dev libcurl4-openssl-dev libreadline-dev libc6-dev libssl-dev libmysql++-dev make build-essential zlib1g-dev libicu-dev redis-server openssh-server git-core python-dev python-pip sendmail")));

    {
      PosixGroup group = injected(PosixGroup.class);
      group.groupName = "git";
      instance.addChild(group);
    }

    {
View Full Code Here

TOP

Related Classes of org.platformlayer.ops.users.PosixGroup

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.