This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Jump to the post that solved this thread.
Centos 9 install script (testing only)
#1
[Solved] Centos 9 install script (testing only)
hi all,


I reworked the sentora install script so it will install on Centos 9, in order to do that i had to use some ver 8 rpms. it still has a few issues that I'm going to work out but it installs and functions properly including loading all the plugins. i cant test everything, so i figured i would put it here and let others test it and see what comes of it.


I am not a part of the Sentora team and I'm not a full time coder so this script may look hackish, but i can assure you it loads up the beta version of Sentora.

I also uploaded all the modules and some themes I could find (some work, some dont) to http://264bit.net/

there are some edits needed to the /etc/sentora/configs/apache/httpd-vhosts.conf to remove the forbidden error -> "Require all granted" like below
Code:
   <Location /server-status>
       SetHandler server-status
       
#Order
allow,deny
       Require all granted
   </Location>
   AddType application/x-httpd-php .php
   <Directory "/etc/sentora/panel/">
       Options +FollowSymLinks
       
#Order
allow,deny
       Require all granted
   </Directory>

another edit will be in the /etc/sentora/configs/apache/httpd.conf  -> "Require all granted" like below
Code:
<Directory /etc/sentora/panel>
   Options +FollowSymLinks
   DirectoryIndex index.php
   <IfModule mod_php5.c>
       AddType application/x-httpd-php .php
       php_flag magic_quotes_gpc Off
       php_flag track_vars On
       php_flag register_globals Off
       php_admin_value upload_tmp_dir /var/sentora/temp
   </IfModule>
   Require all granted
</Directory>

   
   
   

leave your comments below and criticisms also

UPDATE 8/3/22:Fixed compiling issue on zsudo.c and uploaded the file. updated the install scripts to fix a few more issues and also grab the sentora files from 264bit.net for now so i could include zsudo.c that i updated. still working on some of the other things....


thanks
Justin


Attached Files
.txt   zsudo.c.txt (Size: 3.19 KB / Downloads: 3)
.txt   sentora_install.sh.txt (Size: 79.53 KB / Downloads: 6)
Reply
Thanks given by:
Jump to the post that solved this thread.


Possibly Related Threads…
Thread Author Replies Views Last Post
Install Sentora automatically using bash script servermaster 4 2 ,064 05-26-2023, 02:46 AM
Last Post: TGates
Problem for Install in Centos franmm25 1 1 ,071 04-09-2023, 12:45 AM
Last Post: TGates
Bug testing help needed! TGates 0 1 ,217 04-05-2023, 09:27 AM
Last Post: TGates

Forum Jump:


Users browsing this thread: 1 Guest(s)