Skip to content

Openpoint/aesop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aesop

A web app to create multimedia stories

alt text

Pre ALPHA upload at moment - still busy building deployment strategy.

Have a look at the demo: http://aesop.openpoint.ie

Dependencies:

sudo apt-get install mediainfo libav-tools python imagemagick postfix npm

Also: postgresql >=9

Apache2 mod_rewrite is required

sudo a2enmod rewrite

Apache2 virtualhost config to include:

DocumentRoot /var/www/html/aesop/app
<Directory /var/www/html/aesop/app>
    Options Indexes FollowSymLinks MultiViews
    AllowOverride All
    Order allow,deny
    allow from all
</Directory>

Clone the repo, cd into root directory and set permissions:

sudo chown -R www-data:www-data app/static/resources utils log

Install the dependecies:

cd app
npm install

Spin it up in a web browser and follow the install insructions

About

A web app to create multimedia stories built with Angular JS and PHP

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published