GithubHelp home page GithubHelp logo

neuralyzer's Introduction

Build Status Coverage Status SensioLabsInsight

Installation Instructions

1. Run the Vagrant file

This tutorial assumes that you have Vagrant installed

  • Clone the project
  • Go to the project's directory
  • Run vagrant up

This will create a new VM instance with Ubuntu Trusty (14.04 LTS), install all dependencies, and initialize the Symfony installation

2. Connect to the VM

  • Run vagrant ssh

This will ssh you into the VM that you just created, so that you can run Symfony's PHP Web Server

3. Run the Symfony Web Server

  • Run cd /vagrant/Symfony to go to the Symfony folder
  • Run php bin/console server:run to run the Symfony Web Server

4. Connect to the website from your Host computer

  • Open your browser of choice
  • Open localhost:8889/
  • Enjoy

Note: The Symfony Web server runs locally on port 8000. However, we have an nginx server running as a reverse proxy on port 8080, that forward the requests to the Symfony Web Server. On top of that, Vagrant is set up to forward port 8080 of the Guest VM to port 8889 of the Host machine, so for all intents and purposes, that's what you should use

Note #2: You should also be able to use localhost:8889/app_dev.php/ that uses a dev environment. This will (mostly) not use cache, and it will give you a good error output that helps with development

5. Make Changes and Commit

Using this setup, you are supposed to make changes on your host machine, and use the VM just to look at the end results. So all development and commits should be done at the host

neuralyzer's People

Contributors

tzikis avatar spiliot avatar

Watchers

James Cloos avatar Alex Yao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.