-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Kaos Chuks edited this page Jan 11, 2018
·
2 revisions
Welcome to php-angularJS wiki!
This wiki explains:
-
- How to setup the project on your local machine.
-
- Create traits of various modules that are reusable and generic.
-
- Create Controls in the api using existing traits.
-
- Use Use Existing Controls to create more complex controls.
-
- Setup Web Applications and consume api. etc
Setting up project:
*** Git Desktop ***
- Clone this repo $ git clone https://github.com/Kaoschuks/php-angularJS Pull new commits and changes Push commit and changes
*** Setting up on local server ***
Configuration includes
- Changing folder name and file data to neccessary (website | mobile | admin)/.htaccess
- Change /"foldername" to whatever folder name you changed to the folder to.
- In config/modules/(website | Admin) change website folder here to whatever name you change the website folder to.
- Also change every file in config/modules/.. data url from .../{website | mobile | admin ) to .../"new name"
- Database configuration In engine/libs/DB/db.conf change the to neccessary config of your development server
Create traits of various modules that are reusable and generic:
- Other wikis
Have fun!