goekesmi / Kora3

Git repository for Kora 3 development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kora 3


Installation

Clone the repository:

git clone https://github.com/matrix-msu/Kora3.git

Temporarily give write access to the directory:

chmod -R 0775 Kora3/

Create .htaccess from the example in Kora3/public:

cp Kora3/public/.htaccess.example Kora3/public/.htaccess

Configure the RewriteBase rule in the newly created .htaccess if the installation is not located at the root of your url similar to the example below:

Ex: http://www.example.com/digitalRepo/Kora3/public
RewriteBase /digitalRepo/Kora3/public

Change directory into Kora3/public. Create a symlink using the following command (keep track of the name you choose):

ln -s ../storage/app {link_name}

Navigate to your Kora3 url and click install. Remember to return here once you complete the installation:

URL: http://www.example.com/digitalRepo/Kora3/public

Change directory permissions to read access:

chmod -R 0755 Kora3/

Give write access to the following directories:

chmod -R 0775 Kora3/bootstrap/cache/
chmod -R 0775 Kora3/storage/
chmod -R 0775 Kora3/public/assets/javascripts/production/

Contributing

Thank you for considering contributing to Kora3! The contribution guide can be found in the Kora3 documentation.

License

Kora is open-sourced software licensed under the GPU GPL-3.0 license

About

Git repository for Kora 3 development.

License:GNU General Public License v2.0


Languages

Language:PHP 67.3%Language:HTML 18.0%Language:JavaScript 9.6%Language:CSS 4.9%Language:Ruby 0.1%Language:Shell 0.0%