Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prerequisites install. #150

Open
MacsInSpace opened this issue Dec 11, 2024 · 0 comments
Open

Prerequisites install. #150

MacsInSpace opened this issue Dec 11, 2024 · 0 comments
Milestone

Comments

@MacsInSpace
Copy link

Not so much an issue but an addition/note to the documentation suggestion for prerequisites.

I initially had issues installing to a proxox container.
Installing the prerequisites was mostly simple, however "smarty" wasnt straight forward as this requires it in a different location than the smarty documentation mentions.

For php php-ldap php-gd composer:

apt install php php-ldap php-gd composer

For Smarty:
First, go to the smarty github latest page to get the latest tarball url
https://github.com/smarty-php/smarty/releases/latest
`
wget -O smarty.tar.gz https://github.com/smarty-php/smarty/archive/refs/tags/v4.5.5.tar.gz #4.4.5.5 at the time of writing.

mkdir smarty

tar -zxvf smarty.tar.gz -C smarty

cp -r smarty/*/libs libs

rm -fR smarty* smarty.tar.gz
`

@coudot coudot added this to the 0.5 milestone Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants