A small web application allowing you to do basic photo editing and posting using your webcam and some predefined images.
Created using:
- PHP
- HTML
- CSS
- JavaScript
- SQL database.
- Have MAMP installed.
- JavaScript enabled browser.
- Sendmail for sending emails.
- Clone the repo to ~/lamp/apache2/htdocs
- Install sendmail:
sudo apt-get install sendmail
- Configure PHP to use sendmail by uncommenting this line in the PHP configuration file at installdir/php/etc/php.ini:
sendmail_path = "env -i /usr/sbin/sendmail -t -i"
- Launch the bitnami LAMP stack, and start the apache server and the MySQL DB.
- Navigate to setup.php OR to the appropriate port on your machine.
- This should create and seed the database for you.
- Now you can go to the home page and continue from there!
Project is closed. There will be no more updates.