-
Notifications
You must be signed in to change notification settings - Fork 0
/
Install.txt
42 lines (28 loc) · 1.09 KB
/
Install.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
This web site is based on CakePHP 2 and Bootstrap 2
How to install ( for developpers using vagrant )
-----------------------------------------------
#see here for detailed vagrant install https://scotch.io/bar-talk/introducing-scotch-box-a-vagrant-lamp-stack-that-just-works
#Download and Install Vagrant: https://www.vagrantup.com/downloads.html
#Download and Install VirtualBox: https://www.virtualbox.org/wiki/Downloads
#get the Vagrant preconfigured project (or via an ide)
git clone https://github.com/scotch-io/scotch-box.git global
#copy the Aperture SQLite DB files in a apdb folder (to create) in the global|projet folder
#Open a command prompt in the projet folder
#Launch the box
vagrant up
#Test the VM
vagrant ssh
#you are in the VM ;-)
#go to the projet folder
cd /var/www/public/
ls
#you see the project's files
exit
#you left the VM
#check this url in your prefered browser: http://192.168.33.10/
Generate the CSS
----------------
#open a terminal in the projet folder
vagrant up #if not yet running
vagrant ssh #enter in the vm
compass watch --poll /var/www/public/ #watch the folder