Installation Help - value for value

38 views
Skip to first unread message

Lucas Skrobot

unread,
Jun 12, 2021, 7:39:01 AM6/12/21
to Freedom Controller
Hello,
I'm a little over my head. After 20 youtube videos, forums, how tos . . . I still can't get this to work. User error no doubt. 

I'm stuck at the point of install the package on my EC2 server (after uninstalling the package) keep getting:

sudo: ./cartulary-master/INSTALL: command not found 

I've tried the READ ME, but I beyond my depth (even though I know this should be simple).

Anyone here able to help? I'd be happy to pay to get this working. 

Thank you,

Lucas

Lucas Skrobot

unread,
Jun 15, 2021, 12:11:19 PM6/15/21
to Freedom Controller
Hello,
After much trouble shooting I figured out the INSTALL script doesn't work for 20.04.  I installed for 18.04 and worked . . . almost.

When I visit the page:  shownotes.lucasskrobot.com

It downloads the HTML file to me rather than loading the page?  

Any suggestions on how to fix that? I've searched but can' find a solution or the .htaccess file to modify in the root files.

Lucas

Lucas Skrobot

unread,
Jun 15, 2021, 3:33:23 PM6/15/21
to Freedom Controller
Dave,
I'm having to respond here because I think my other emails are ending up in your spam?

I'm using AWS  and 18.04. 

Lucas

Lucas Skrobot

unread,
Jun 16, 2021, 2:32:55 AM6/16/21
to Freedom Controller
Dave,
I followed you video step by step and everything worked once moving to 18.04, the code in the INSTALL file has a bunch of IF THEN statements that are only compatible up to 1[4-19] making it reject the install if in Ubuntu 20.04

After trying to install and messing with Lord know's what to try to get the site to read the php rather than download the file, I decided to do a fresh install on a new server. 


 --- my /etc/apache2/sites-avaliable/shownotes.lucasskrobot.com file is BLANK --I'm assuming that is correct? 

I Checked  the apache2.conf  and  AllowOverride All access was Denied.  I changed that to All (according to this thread https://www.digitalocean.com/community/questions/sites-available-and-sites-enabled)

<Directory />

        Options FollowSymLinks

        AllowOverride All

        Require all granted

</Directory>


<Directory /usr/share>

        AllowOverride All 

        Require all granted

</Directory>


<Directory /var/www/>

        Options Indexes FollowSymLinks

        AllowOverride All 

        Require all granted

</Directory>



Nothing was resolved.

All the apache 2 check were fine. 

I'm (clearly) not a programer... I'm working through different solutions I've found on forums. No dice so far.

Lucas

Lucas Skrobot

unread,
Jun 16, 2021, 6:20:28 AM6/16/21
to Freedom Controller
I've wiped and tried reinstalling again. Which caused it to STOP downloading the file... and I'd get an empty response.

When searching that issues I've found I had to change EC2 permissions to open some ports 8990 and 8999. 

AND IT WORKS!  

Telling how when you (as in me) try to solve the WRONG problem you end up with no solutions.

Phew.

Lucas

Lucas Skrobot

unread,
Jun 16, 2021, 8:02:45 AM6/16/21
to Freedom Controller
Dave,

I’ve got it running… 

But now isn’t able to access S3.

I’ve rechecked the s3 access permissions and looks right. 

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "s3:ListBucket"
            ],
            "Resource": [
                "arn:aws:s3:::shownotesbackup.lucasskrobot.com/*"
            ]
        },
        {
            "Effect": "Allow",
            "Action": [
                "s3:PutObject",
                "s3:GetObject",
                "s3:DeleteObject",
                "s3:PutObjectAcl"
            ],
            "Resource": [
                "arn:aws:s3:::shownotesbackup.lucasskrobot.com/*"
            ]
        }
    ]
}

and then the same for shownotesusers.

The access key is correct—I checked, but doesn’t want to write. 

I also get a strange instance in the opml search: 
Search Results Wed, 16 Jun 2021 11:53:19 +0000 Wed, 16 Jun 2021 11:53:19 +0000 Cartulary Admin Vqeb3dCRrRVqt2hzW9FJdWMrpUrQZy8R6e6GBYEccuRMfYH662wX8bHC4gyZ 1 146 107 468 560 "> (crypto) max:100

And get “parse error” check the url.

Here is the access to freedom controller:  shownotes.lucasskrobot.com 

sect62    at      gmail 
QEbjwAuLt8Zw

That could be connected to the S3 issue as there are no new users written in the bucket as you demonstrated in the video. 

I’d be happy to give you access to ssh. I’ve emailed your email  before but I don’t think you’ve received it. It seems the only way my email is getting through is if I message here on the forum.

What do I need to give you to get you access to ssh?

Lucas
Reply all
Reply to author
Forward
0 new messages