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

Known Issue & Solution of Folder Permission #2

Closed
abydahana opened this issue Dec 21, 2020 · 0 comments
Closed

Known Issue & Solution of Folder Permission #2

abydahana opened this issue Dec 21, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@abydahana
Copy link
Owner

abydahana commented Dec 21, 2020

Important Note for UNIX users

There are known issue related to UNIX operating system that limit user and group permission related to folder (directory) access and write. If you faced the problem related to this, here's few documentation to find out and solve the problem.

CENTOS (Apache)
# sudo chown -R apache:apache /path/to/aksaracms
Make sure your selinux allows to write content
# sudo chcon -R -t httpd_sys_rw_content_t /path/to/aksaracms

UBUNTU (Apache)
# sudo chown -R www-data:www-data /path/to/aksaracms
Make sure your selinux allows to write content
# sudo chcon -R -t httpd_sys_rw_content_t /path/to/aksaracms

MacOS
# sudo chmod -R ug+rwx /path/to/aksaracms

Missing Auto Routes (Windows)

We found that if Aksara installed under the Windows inside the CamelCase folder (or maybe UPPERCASE too) will causing the auto-routes not working correctly. You need to make the parent path of Aksara installation to be lowercase.
Problem persist (XAMPP)
C:\xampp\htdocs\Aksaracms\
Solution
Rename the folder to
C:\xampp\htdocs\aksaracms\

Other operating system and web server environment would be listed under this issue. If you have been troubleshoot related issue under the other operating system and web server environment, please merge your tips and trick to figure it here.

Thank you!

@abydahana abydahana added the documentation Improvements or additions to documentation label Dec 21, 2020
@abydahana abydahana pinned this issue Dec 21, 2020
@abydahana abydahana unpinned this issue Jun 7, 2021
@abydahana abydahana pinned this issue Nov 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant