Setting up Brainy and System requirements: Difference between revisions
Appearance
No edit summary |
Fix timeout: simplify page |
||
| (17 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
__TOC__ | __TOC__ | ||
== | == System requirements == | ||
{| border="1" cellpadding=" | {| border="1" cellpadding="4" cellspacing="0" style="width:650px" | ||
|- | |- | ||
! OS !! Architecture !! Processor !! RAM !! Disk | |||
|- | |- | ||
| | | CentOS 7 || 32-64 bit || 226 MHz || min 512 MB, recommended 1 GB || 2 GB | ||
| | |||
| | |||
| | |||
| | |||
|} | |} | ||
== | == Install BrainyCP via SSH == | ||
# Connect via SSH as root | |||
# Run install command: | |||
& | <pre>yum clean all && yum install -y wget && wget http://core.brainycp.io/install.sh && bash ./install.sh</pre> | ||
Do not interrupt the installation. Wait until you see the success message in the console. | |||
After installation you will get: | |||
# Link to the control panel | |||
# Login and password (same as SSH) | |||
# Reboot prompt — run: <code>reboot</code> | |||
== Screenshots == | |||
[[File:2019-08-22_12-30-56-1.png|thumb|Install step 1]] | |||
[[File:2019-08-22_13-12-52.png|thumb|Install complete]] | |||
[[File:2019-08-22_13-12-532.png|thumb|Reboot]] | |||
[[File:2020-12-24_15-25-10.png|thumb|Login screen]] | |||
Latest revision as of 16:21, 13 July 2026
System requirements
| OS | Architecture | Processor | RAM | Disk |
|---|---|---|---|---|
| CentOS 7 | 32-64 bit | 226 MHz | min 512 MB, recommended 1 GB | 2 GB |
Install BrainyCP via SSH
- Connect via SSH as root
- Run install command:
yum clean all && yum install -y wget && wget http://core.brainycp.io/install.sh && bash ./install.sh
Do not interrupt the installation. Wait until you see the success message in the console.
After installation you will get:
- Link to the control panel
- Login and password (same as SSH)
- Reboot prompt — run:
reboot
Screenshots



