8000 mcrypt not installed & permissions not set · Issue #1 · dbough/vagrant-pyrocms · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
mcrypt not installed & permissions not set #1
Open
@nicodegunst

Description

@nicodegunst

Thanks for this vagrant file. It almost worked straight out of the box, but I ran into two things that needed fixing. I'd like to share the solution here, maybe you can add it to the repo.

Mcrypt was not installed on server

Fix:

vagrant ssh
sudo apt-get install php5-mcrypt
sudo apachectl restart

File and folder permissions

Fix:

vagrant ssh
sudo chmod -R 777 /var/www/system/cms/cache;
sudo chmod -R 777 /var/www/system/cms/config;
sudo chmod -R 777 /var/www/addons;
sudo chmod -R 777 /var/www/assets/cache;
sudo chmod -R 777 /var/www/uploads;
sudo chmod -R 666 /var/www/system/cms/config/config.php

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0