Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.
/ ci3ng Public archive

A CodeIgniter 3 + Doctrine 2 + Angular boilerplate.

Notifications You must be signed in to change notification settings

ntd1712/ci3ng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###################

For UBUNTU users

###################

Edit the hosts file: vi /etc/hosts

127.0.0.1 ci3ng.local

Copy the .conf file

cp /var/www/html/ci3ng/deploys/20151217/local/ci3ng.local.conf /etc/apache2/sites-available/ a2ensite ci3ng.local.conf

Restart Apache

service apache2 reload

####################

For WINDOWS users

####################

Edit the hosts file: c:\Windows\System32\drivers\etc\hosts

127.0.0.1 ci3ng.local

Edit the vhosts file: c:\wamp64\bin\apache\apache2.4.23\conf\extra\httpd-vhosts.conf

IncludeOptional "c:/www/ci3ng/deploys/20151217/local/httpd-vhosts.conf"

Restart WampServer

####################

Before Installation

####################

Install the following first:

https://git-scm.com https://getcomposer.org https://nodejs.org#v4.4.7 http://rubyinstaller.org

After Node is installed, run the following commands step by step:

npm install -g bower grunt-cli less gem install sass

####################

Installation

####################

Create a new database named "ci3ng"

Import DB from file "deploys/20151217/local/database/db.sql" into your MySQL

cd to the "src" directory, run the command "composer install" in Terminal

cd to the "src/public/themes/homer" directory, run the command "npm install"

Login information: demo[@example.com] / @demo*

About

A CodeIgniter 3 + Doctrine 2 + Angular boilerplate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published