Questions tagged as 'ci'

1
answer

Error installing R packages on GitLab CI

When I try to install R packages using shell , the following error occurs: My code for the gitlab-ci.yml file is as follows: before_script: - export DJANGO_SETTINGS_MODULE= ---- - pip install -r requirements.txt test: script:...
asked by 19.12.2016 / 15:45
1
answer

CodeIgniter with Blade?

I'm starting to study CI and how I used a little Laravel to facilitate I was trying to put Blade , I followed this tutorial . I followed the tutorial, but it returns those errors :    How to solve these problems?...
asked by 18.07.2017 / 03:08
0
answers

Configure CodeIgniter friendly URL on windows server

I'm having the following problem, I'm developing an application in CI, and this application will be on a windows server. I would like to know how to make url friendly on this type of server, since I have seen in some places that .htaccess does n...
asked by 11.09.2018 / 01:26