Difference between revisions of "Fedora 23 Server"
Line 22: | Line 22: | ||
− | + | dnf install -y subversion | |
cd ~ | cd ~ | ||
mkdir svn | mkdir svn | ||
cd svn | cd svn | ||
svn checkout https://svn.code.sf.net/p/freeghost/code/trunk | 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.
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.
dnf install -y subversion cd ~ mkdir svn cd svn svn checkout https://svn.code.sf.net/p/freeghost/code/trunk