-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install Mellivora on Arch Linux #83
Comments
Hi Allen, please send examples of the error you're seeing. I might be able to help.
R/
Luciano
… On Mar 16, 2017, at 3:12 PM, Allan Garcez ***@***.***> wrote:
right I triying install the Mellivora in ArchLinux, but the application stop on call localhost. Please, help me to configure the CTF Platform
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I don't have images of errors. But Apache don't redirect to Mellivora Platform. |
Here is what I did on archlinux and it's not working either (see #82): Update your system:
Install php and extensions:
Install Composer:
Go in the main web folder:
Install git and clone the repo:
Give permissions to the
Fetch required dependencies using Composer:
Copy configurations files:
Edit the configuration file:
Edit
Install nginx:
Then add Copy and edit the
Enable the server:
Manage your SSL certificates. Start nginx and php-fpm:
Install a MySQL database:
Run the prepare script:
Start MariaDB:
Run the secure script:
Create the Mellivora database and import the provided structure:
Create a new MySQL user:
Update the database config settings to use the database and user we created above:
Here my configuration files:
All is up and running:
|
Do you have any errors in your web server or db log? |
Yes I have this error: #82 |
@Nakiami have you any idea? I never succeed to make Mellivora works. |
I made a comment in the thread you linked above. You need to look in your system/application log files to see what error you're getting. |
I triying install the Mellivora in ArchLinux, but the application stop on call localhost. Please, help me to configure the CTF Platform
The text was updated successfully, but these errors were encountered: