Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 1.81 KB

README.md

File metadata and controls

60 lines (46 loc) · 1.81 KB

Workshop Bootstrap/jQuery

Setup (vagrant)

If you don't want to install Node, Ruby, etc. on your workstation, you can use the Vagrant box. Make sure you have Vagrant and VirtualBox installed, as well as Ansible, and then run:

vagrant up

Finish by running composer install, using the following parameters:

database_host: <enter for default>
database_port: <enter for default>
database_name: db
database_user: user
database_password: password
mailer_transport: <enter for default>
mailer_host: <enter for default>
mailer_user: <enter for default>
mailer_password: <enter for default>
secret: <enter for default>

Setup (workstation)

If you are doing a lot of front-end work already, and you have a couple of these tools installed already, you can install the rest locally:

Finish by running composer install, using the following parameters:

database_host: <enter for default>
database_port: <enter for default>
database_name: db
database_user: user
database_password: password
mailer_transport: <enter for default>
mailer_host: <enter for default>
mailer_user: <enter for default>
mailer_password: <enter for default>
secret: <enter for default>

Exercises

This workshop has two parts.

In Part 1 we use Bootstrap to style the homepage.

In Part 2 we use jQuery to build an AJAX form.