Skip to content

Commit 06b4e70

Browse files
committed
Update to OSX instructions
1 parent 377af9a commit 06b4e70

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

OSXSETUP.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cd ~/some/folder
3232
```
3333
2. Clone the code
3434
```bash
35-
git clone https://github.com/emory-libraries-ecds/OpenTourBuilder
35+
git clone https://github.com/ecds/OpenTourBuilder-Server
3636
```
3737
3. Setup virtualenv and install dependancies
3838
```bash
@@ -95,10 +95,22 @@ python manage.py rumserver 0.0.0.0:8000
9595
Now you should be able to go to [http://localhost:8000/admin](http://localhost:8000/admin) and log in with the user you created in the previous section.
9696

9797
## Setup the Front End Client
98-
Open up a new terminal session and go to the folder where you cloned the server app
98+
Install Node and Ember
99+
```bash
100+
brew install node
101+
npm install -g ember-cli
102+
```
103+
104+
Open up a new terminal session and go to the folder where you want to the
99105

100106
```bash
101-
cd ~/some/folder
107+
cd ~/some/folder
108+
git clone https://github.com/ecds/OpenTourBuilder-Client
109+
cd OpenTourBuilder-Client
110+
npm install
111+
bower install
102112
```
103113

104114

115+
brew install node
116+
npm install -g ember-cli

0 commit comments

Comments
 (0)