Welcome to ProTalk, a brand new and exciting open source project.
We are an online community-driven resource providing a central point of access to audio/ video content with a PHP focus.
We have big plans for the site which include expanding into other programming languages in the future. In the meantime, we're covering all aspects of PHP and associated tools.
We soft-launched at DPC12, so we're box-fresh and still in beta - new features and content are being added all the time.
Want to help? Thanks to JayTaph we have a cutting-edge Vagrant/ Puppet setup which makes creating a stable and reliable ProTalk development environment an absolute doddle.
Vagrant installation: More info on this will follow shortly
Manual installation:
- Fork the protalk repository
- Use git clone to get your fork on your local machine
- Run the "bin/vendors install" command in the root directory of your installation
- Make sure the app/cache and app/logs directories are writable by the webserver
- Create the database and change the parameters.ini in app/config to set the database connection details
- Run the command "app/console doctrine:schema:create" to create the database tables
- Import the doc/db/seed_data.sql in your database for initial data
- Creating a admin user for the backend can be done by running this command: "app/console fos:user:create admin [email protected] password --super-admin