Hardware Reference
In-Depth Information
• User management with many capabilities, such as comment editor,
like buttons, tags, and so on
• Storage capability, which lets you choose where your file will be located
• An administration-dedicated interface with easy access
• Access roles capability
• Social media sharing (Twitter, Facebook, and so on) and video/audio
links possibility
• It's open source, which means that you have access to the engine itself,
you can improve it, or you can become a part of this community at
https://github.com/mediadrop/mediadrop
• The Mediadrop platform can be extended through Python scripts
MediaDrop installation steps
The following sections will take you through the installation of Mediadrop.
BBB Debian - prerequisites
Now that your system is ready to accept all the applications you want to install, let's
begin with the MySQL part:
debian@beaglebone:~$ install mysql-server mysql-client
Actually, sudo apt-get install works behind the
scenes. From this point onwards, we'll rely on aliases
to ease our life from the command line. Refer to the
Appendix to get all the details.
During this you'll be asked for the database's root password, then the remaining
system files:
debian@beaglebone:~$ install libjpeg-dev zlib1g-dev libfreetype6-dev
libmysqlclient-dev python-dev
 
Search WWH ::




Custom Search