Skip to content

Commit

Permalink
oliker source file committed
Browse files Browse the repository at this point in the history
  • Loading branch information
itzmeank committed May 18, 2018
1 parent 1ca3c50 commit dbe4b44
Show file tree
Hide file tree
Showing 872 changed files with 151,763 additions and 1 deletion.
59 changes: 58 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,58 @@
# oliker
# Oliker

## Slim: 3.* & Angular Base Script

## Requirements:

* Nginx
* PHP >= 5.5.9
* Enable extensions in **php.ini** file(OpenSSL PHP Extension, PDO PHP Extension, Mbstring PHP Extension, curl)
* Nodejs
* Composer
* Bower
* Grunt


## Server Side:
### Composer Updation:

* To Update the Composer, please run the below command in following path `/Oliker/server/php/Slim`.

composer update

* The above Updation doesn't work to you, need to install Composer, please refer this link **https://getcomposer.org/** for "**How to install Composer**".

## Import db:

1. Oliker/sql/oliker_with_empty_data.sql


## Front Side:

* You need to install nodejs, bower, grunt.

* Go to "/Oliker/client" path in command prompt.

* Run the below command, the bower used to download and installed all front-end development libraries.

bower install

* The npm used to install the all dependencies in the local node_modules folder. [Click here](http://git8.ahsan.in/root/LaravelBase/blob/master/trunk/lumen/docs/Npm.md) for more npm details.

npm install


## Default folder create and give permission

/tmp
/media

# upload to server

* need to create json, "**/Oliker/client/builds/XXX.json**" [already dev.json available, take one copy and update server & db details]
* If modify the files in local, you should run the below command for further updation.

cd "/Oliker/client/"

grunt build:xxx

Loading

0 comments on commit dbe4b44

Please sign in to comment.