Skip to content

egeshi/owebtest

Repository files navigation

Project setup

These steps suggest that all dependencies like composer, nodejs, npm etc. are already installed, configured and working properly. The best is to use nginx server for laravel.

  1. Create project directory $ mkdir projectdir && cd projectdir
  2. Install Laravel $ composer create-project --prefer-dist laravel/laravel .
  3. Initialize GIT repo with $ git init
  4. Set repo origin $ git remote add origin git@bitbucket.org:egeshi/oweb-test.git
  5. Reset to current state $ git fetch --all && git reset --hard origin/master
  6. Run composer update without scripts $ composer update --no-scripts
  7. Run composer update again $ composer update
  8. Update .env with actual database config values
  9. Create database tables with $ php artisan migrate
  10. Donwload in install NPM stuff $ npm install
  11. Run gulp to generate CSS and browserify/copy JS

About

OWeb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors