RedHat Linux for Community edition of Countly not working
Dear All,
I have installed community edition of countly in RHEL 7.x and able to access http:///setup but unable to create an account in that page .
I have tested countly test command which again gives some error as below
GET /
✓ should redirect to login
GET /login
✓ should redirect to setup
GET /dashboard
✓ should redirect to login
GET /forgot
✓ should display forgot page
GET /reset
✓ should not find
GET /reset/:prid
✓ should redirect to forgot
GET /api-key
✓ should not authorize
GET /setup
✓ should display setup page
Setting Up
Getting CSRF
✓ should display setup page
Missing CSRF
✓ should forbid
Missing name
✓ should redirect to setup
Missing username
✓ should redirect to setup
Missing email
✓ should redirect to setup
Missing password
✓ should redirect to setup
Register user
1) should redirect to setup
Accessing without login
GET /
✓ should redirect to login
GET /login
2) should display login page
GET /dashboard
✓ should redirect to login
GET /forgot
✓ should display forgot page
GET /reset
✓ should not find
GET /reset/:prid
✓ should not find
GET /api-key
✓ should not authorize
GET /setup
3) should redirect to login
Login in
Getting CSRF
4) should display login page
Missing CSRF
✓ should redirect back to login with bad token message
Missing username
✓ should display login page
Missing password
✓ should display login page
Login with username
5) should redirect to dashboard
Login out
6) "before each" hook
Getting new CSRF
7) should display login page
Login with email
8) "before all" hook
Accessing with login
GET /
✓ should redirect to login
GET /login
9) should redirect to dashboard
GET /dashboard
10) should redirect to login
GET /forgot
11) should redirect to dashboard
GET /reset
✓ should not find
GET /reset/:prid
✓ should not find
GET /api-key
✓ should not authorize
GET /setup
12) should redirect to login
Login out
Post /logout
13) "before all" hook
Finally I got to know community edition doesn't work in Redhat Linux(RHEL) https://count.ly/pricing
Kindly confirm regarding same if is there any solution exists.
Comments
Hello,
it seems you already created user before running tests?
Testbed expects completely empty server.
And about RHEL and pricing, it should work, most probably, it is just, we cannot provide support for RHEL specifics like selinux, etc. As many of those servers require enterprise level configuration with integrated systems, etc.
Hi @s.dalabehera - for RHEL support, I suggest you get in touch with us and purchase Enterprise Edition for this, which is supported.
I have RHEL 7 having SELinux is disabled .
First question : will Community version work on SELinux disabled RHEL 7 ?
Second question:
I didn't create any user .
I just installed and written
countly restart
but I didn't get setup pagelater I have written
countly test
to see the configuration changes but I am having above logsCould you please suggest what I have to do in this scenario because I am getting setup page but submit button not worked for account creation
Please sign in to leave a comment.