-
Notifications
You must be signed in to change notification settings - Fork 71
Install Guide 0.85
-
Install CentOS 7 using the following landmarks:
- use "Minimal Install" in "SOFTWARE SELECTION" section;
- do not create users during install;
-
Add EPEL package repository with command:
# yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
-
Install updates
# yum -y update
-
Install X Window System:
# yum -y groupinstall "X Window System"
-
Disable SELinux.
Edit file
/etc/sysconfig/selinux
and replace lineSELINUX=enforcing
withSELINUX=disabled
. -
If during install of CentOS you've set hostname to something that differs from
localhost.localdomain
, add your hostname into/etc/hosts
file. For example, my hostname isnextspace.localdomain
. My/etc/hosts
file looks like this:
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 nextspace nextspace.localdomain
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 nextspace nextspace.localdomain
-
Reboot to apply SELinux changes:
# shutdown -r now
-
Grand Central Dispatch
# yum -y install https://github.com/trunkmaster/nextspace/releases/download/0.85/libdispatch-1.3.1121-3.el7.x86_64.rpm
-
Objective-C runtime
# yum -y install https://github.com/trunkmaster/nextspace/releases/download/0.85/libobjc2-2.0-3.el7.x86_64.rpm
-
NEXTSPACE Core
# yum -y install https://github.com/trunkmaster/nextspace/releases/download/0.85/nextspace-core-0.95-8.el7.x86_64.rpm
-
NEXTSPACE GNUstep libraries
# yum -y install https://github.com/trunkmaster/nextspace/releases/download/0.85/nextspace-gnustep-1.26.0_0.25.0-2.el7.x86_64.rpm
-
NEXTSPACE frameworks and applications
# yum -y install https://github.com/trunkmaster/nextspace/releases/download/0.85/nextspace-frameworks-0.85-2.el7.x86_64.rpm
# yum -y install https://github.com/trunkmaster/nextspace/releases/download/0.85/nextspace-applications-0.85-3.el7.x86_64.rpm
-
Create user you plan to use NEXTSPACE with.
# adduser -b /Users -s /bin/zsh -G audio <username>
# passwd <username>
-
Start Login Panel
# systemctl start loginwindow
Copyright (c) Sergii Stoian