-
Use phpPgAdmin to create database
stuffsharingand rolestuffsharers(you can set your own password; make sure to checkCan login?). Grant all privileges onstuffsharingtostuffsharers. -
Edit file
<BitnamiRoot>/php/php.iniand set:opcache.enable=0display_errors = On
-
Make a symbolic link from folder
stuffsharingin repo to folder<BitnamiRoot>/apache2/htdocs/stuffsharing:ln -s /path/to/repo/stuffsharing /path/to/htdocs/stuffsharing(Unix)mklink /D C:\path\to\htdocs\stuffsharing C:\path\to\repo\stuffsharing(Windows)
-
Create file
<BitnamiRoot>/apache2/htdocs/stuffsharing/include/secrets.phpwith the following content:
Change the value of `DB_PASS` if you used a different password in step 1.
5. Execute `schema.sql` in the database `stuffsharing` using phpPgAdmin under the SQL tab.
6. Verify correct setup by visiting `<BitnamiHost>/stuffsharing` in your browser, e.g. <http://localhost:8080/stuffsharing> or <http://localhost/stuffsharing> depending on your server config.
7. Indent using 4 spaces when editing PHP files!