-
Notifications
You must be signed in to change notification settings - Fork 62
(not a bug) Finally got this working wanted to share some gotchas for the noobs like me #96
Comments
Thanks, @blackad1n , for taking out time to go through achecker, I would appreciate if you can either share a screenshot of the issues experience when installing achecker, or probably elaborate, more on the issue. This request is with respect to the statement Before, doing that do note that AChecker allows you to either create a database first (manually) and then use the Please do note that the above opinions are mine, and doesn't represent the opinions of the maintainers of this repository or the organisation. |
@VictorAlagwu I don't have images to share. But I can try to be a bit more verbose. The flavor of linux used for this was ubuntu. Using the instructions attached to this repo, I installed composer, php, mysql. Initially, I tried to run the server using php's web server. This got me up and running but during the install process, the system wouldn't 'detect' mysql. Everything else was fine. This was strange to me because, using a different repo for an Achecker docker image, the database had no problem, presumably because it was in the container. So I knew the application could get to this point at least. So after searching for a couple hours i decided to just look at the code. In the install folder the index.php had this bit in it
" As far as the tool doing the setup, it did, i just setup the initial database, AChecker did the rest. -b |
Requirements
PHP 7+
MySQL 4.1.13+
Composer
Right out of the 'box' when you drop this repo into a directory you can run the php web server, but that gets sticky. It's best to drop it into your www of your apache server. The reason I say this is that the mysql bit got 'stuck' using the php webserver. Speaking of mysql, I could not get achecker to recognize the database i had setup until i installed that.
So that was the major gotchas i ran into attempting to install this version of achecker.
The text was updated successfully, but these errors were encountered: