Difference between revisions of "Fedora 23 Server"

From FOG Project
Jump to: navigation, search
Line 19: Line 19:
  
 
Reboot.
 
Reboot.
 +
 +
 +
 +
yum install -y subversion
 +
cd ~
 +
mkdir svn
 +
cd svn
 +
svn checkout https://svn.code.sf.net/p/freeghost/code/trunk

Revision as of 23:22, 22 November 2015

Article under construction - below you'll find notes/gibberish on the topic. Expect an article soon.


Fedora 23 partitioning.png


Create boot, root, images, home, and swap partitions - keep things seperate, prevent OS from crashing if images fill it's partition, likewise with home.


Fedora 23 minimal.


setup firewall


set SELinux to permissive


Reboot.


yum install -y subversion cd ~ mkdir svn cd svn svn checkout https://svn.code.sf.net/p/freeghost/code/trunk