ENiGMA½ BBS on EL7: Difference between revisions

From Alteeve Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{howto_header}}
{{howto_header}}
{{warning|1=This is just a raw dump on notes. Built on internal VMs for now.}}


= CentOS 7 =
= CentOS 7 =


<syntaxhighlight lang="text">
<syntaxhighlight lang="text">
# Setup our internal repo (to be moved to external repo)
curl http://192.168.122.231/repo/el7/alteeve.repo > /etc/yum.repos.d/alteeve.repo
curl http://192.168.122.231/repo/el7/alteeve.repo > /etc/yum.repos.d/alteeve.repo
# Install stuff
yum install httpd gcc gcc-c++ nodejs
yum install httpd gcc gcc-c++ nodejs
# Enable and start apache
systemctl start httpd
systemctl enable httpd
# Open http
firewall-cmd --add-service http
firewall-cmd --add-service https
firewall-cmd --runtime-to-permanent
</syntaxhighlight>
</syntaxhighlight>


Browse to [http://enigma-bbs http://enigma-bbs].


= References =
= References =


* [https://github.com/NuSkooler/enigma-bbs ENiGMA½ BBS] on Github
* [https://github.com/NuSkooler/enigma-bbs ENiGMA½ BBS] on Github
* Author's [http://l33t.codes/enigma12-bulletin-board-software/ blog]


<span class="code"></span>
<syntaxhighlight lang="bash">
</syntaxhighlight>
<syntaxhighlight lang="text">
<syntaxhighlight lang="text">
</syntaxhighlight>
</syntaxhighlight>


{{footer}}
{{footer}}

Revision as of 20:06, 1 January 2016

 AN!Wiki :: How To :: ENiGMA½ BBS on EL7

Warning: This is just a raw dump on notes. Built on internal VMs for now.

CentOS 7

# Setup our internal repo (to be moved to external repo)
curl http://192.168.122.231/repo/el7/alteeve.repo > /etc/yum.repos.d/alteeve.repo

# Install stuff
yum install httpd gcc gcc-c++ nodejs

# Enable and start apache
systemctl start httpd
systemctl enable httpd

# Open http
firewall-cmd --add-service http 
firewall-cmd --add-service https 
firewall-cmd --runtime-to-permanent

Browse to http://enigma-bbs.

References

 

Any questions, feedback, advice, complaints or meanderings are welcome.
Alteeve's Niche! Enterprise Support:
Alteeve Support
Community Support
© Alteeve's Niche! Inc. 1997-2024   Anvil! "Intelligent Availability®" Platform
legal stuff: All info is provided "As-Is". Do not use anything here unless you are willing and able to take responsibility for your own actions.