Fresh Install on Debian 8 from tutorial

Post

Posted
Rating:
#910
Avatar
Standard member
HardTrancid is in the usergroup ‘Fan in action’

questions about php5-mysql package conflict another not found and request to help provide other installation options

I emailed you the info Chris, interested to hear your feedback ...
Online now: No Back to the top

Post

Posted
Rating:
#911
Avatar
Site director
Chris Graham is in the usergroup ‘Administrators’
Yes thanks, got that. I should be able to take a look either later tonight, or tomorrow.


Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon

Was I helpful?
  • If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
  • If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
  • If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
  • If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.
Online now: No Back to the top

Post

Posted
Rating:
#912
kmw
Avatar
Standard member
kmw is in the usergroup ‘Fan in action’
thank you both for your support on this issue. i will continue to work on a debian specific install using LAMP Stack | TurnKey GNU/Linux  cheers!
Online now: No Back to the top

Post

Posted
Rating:
#914
kmw
Avatar
Standard member
kmw is in the usergroup ‘Fan in action’
LAMP Stack | TurnKey GNU/Linux used to install compo.sr successfully. Will write up the proceedures as a do it a second time. the following was from the last screen.

The Composr installation log for step 10 is below:

Install log:

Congratulations! Composr is now successfully installed! The final step is to delete this file (install.php) from your server. This prevents other users from running this installation script, which would allow them to delete your database. As a security measure, Composr will not work until you delete install.php from the server. It is also a good idea to change _config.php so it has standard file permissions for a PHP script, to prevent potentially malicious users writing into the file (i.e. remove world/group write access).

If you need to run this installer again, you will need to upload this file again, so you may wish to keep a copy of install.php on your hard drive.

Your Composr is not yet configured, which can be done at any time from the Admin Zone.

Online now: No Back to the top

Post

Posted
Rating:
#924
Avatar
Site director
Chris Graham is in the usergroup ‘Administrators’
Hi,

I never actually got around to looking at this (I got busy), but it looks like you sorted out anyway :).


Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon

Was I helpful?
  • If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
  • If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
  • If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
  • If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.
Online now: No Back to the top

Post

Posted
Rating:
#930
Avatar
Standard member
HardTrancid is in the usergroup ‘Fan in action’
Ashame Chris, I was interested to hear your thoughts on why it wouldnt install on that server instance….  Glad he got it sorted finally anyways. 
Online now: No Back to the top

Post

Posted
Rating:
#931
kmw
Avatar
Standard member
kmw is in the usergroup ‘Fan in action’
Actually, I did NOT get it sorted out. I installed it on Debian. You and I were trying to get it installed using the CentOS tutorial. Chris both of the CentOS vm's are still there so maybe you would have a moment to take a look at it.  I'm also running into some issues not being able to open the adminzone on the debian instances but i'll post something on the other thread.

thank you both for trying to reolve the CentOS issues.
Online now: No Back to the top

Post

Posted
Rating:
#940
Avatar
Site director
Chris Graham is in the usergroup ‘Administrators’
Ok, it's now installed on the CentOS machine.

There were a couple of sticking points.

The first was selinux as I suspected. I have added this to the next documentation update…

You may have selinux installed, you can see if you do with sestatus:

Code

[root@localhost html]# sestatus
SELinux status:                 enabled
SELinuxfs mount:                /sys/fs/selinux
SELinux root directory:         /etc/selinux
Loaded policy name:             targeted
Current mode:                   enforcing
Mode from config file:          enforcing
Policy MLS status:              enabled
Policy deny_unknown status:     allowed
Max kernel policy version:      28

If so, you need to set additional write permissions with something like:
chcon -R -t httpd_sys_rw_content_t /var/www

Then there was a legitimate bug, installation failing when MySQL was set to strict mode by default and the mysqli database driver was used for installation (mysql was fine). I'll fix that in the next RC.


Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon

Was I helpful?
  • If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
  • If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
  • If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
  • If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.
Online now: No Back to the top

Post

Posted
Rating:
#941
kmw
Avatar
Standard member
kmw is in the usergroup ‘Fan in action’
WOW! Thank you Chris,

You are good. i'm headed there now to check it out.
The site came up and as soon as i figure out the user login it should be fine.
Next i want to see if i can replicate it…install it myself from scratch.

thanks again to you and Hardtransit for spending so much time on this. i hope to be able to support cms in the greater los angeles area at some point.
Online now: No Back to the top

Post

Posted
Rating:
#970
Avatar
Standard member
HardTrancid is in the usergroup ‘Fan in action’
Hrmmm thanks for sharing Chris. It was driving me batty!!
Online now: No Back to the top
1 guest and 0 members have just viewed this.

Statistics

Forum statistics:
  • 2,052 topics, 7,195 posts, 10,827 members
  • Our newest member is LowfareMart
Birthdays:
Back to Top