You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone or download Mâgico and extract it on your www/ folder
Download CodeIgniter 2.2.6 and extract it on your www/ folder
Make sure magico/ and CodeIgniter-2.2.6 has correct permissions (chmod o+r+x)
From a terminal cd to your www/ folder and execute ./magico/createMagicoProject.sh [newProjectName] . This will create a new folder [newProjectName] with all the necessary files. It will also create the database for you (make sure user and pass matches your configuration)
You'll probably have to set base_url in application/config/config.php