[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: I Can't use adminer



> > You must also install and setup a php-enabled web server for it to
> > work.
> > 
> > The simplest way to get it running is:
> > $ cd /usr/share/adminer
> > $ php -S localhost:8000
> > 
> > and you'll find adminer at http://localhost:8000/adminer/
> > 
> > (There are many other ways to run a php app)
> > 
> > Alex
> 
> Thanks. I make a file in /etc/apache2/conf-available/adminer.conf  And
> place
> 	Alias /adminer.php /usr/share/adminer/adminer/index.phpthis. Is
> it allright?

You must also enable some php runtime to process the scripts. In your case,
maybe libapache2-mod-php is the simplest. There are numerous tutorials about
how to do this.

Feel free to get back here if you get stuck somewhere in the process.

Alex


Reply to: