Notes
- Display all existing branches:
If you want to checkout any remote branch:
git checkout remotes/origin/SomeBranch
After you pull, you should see there is a new branch called remotes/origin/training-wheels
git checkout training-wheels
Link the configurations:
cd /etc/apache2/
sudo ln -s ~/brainspell/conf/apache-site-training.conf sites-enabled/
sudo ln -s ~/brainspell/conf/base-apache-training.conf conf-enabled/
Then the sites should be linked, to check:
ls -l sites-enabled/
ls -l conf-enabled/
All the *.conf file should be in blue.
Then, restart the apache by running:
sudo service apache2 reload
Then if you open localhost:8000 on the Firefox, you should be able to see the simplified version of brainspell. By clicking on the button, you should see the alert "Yo!"
Next Steps:
P.S. More details in Issue #12, and more notes in Issue #15
Notes
If you want to checkout any remote branch:
After you pull, you should see there is a new branch called remotes/origin/training-wheels
Link the configurations:
Then the sites should be linked, to check:
All the *.conf file should be in blue.
Then, restart the apache by running:
Then if you open localhost:8000 on the Firefox, you should be able to see the simplified version of brainspell. By clicking on the button, you should see the alert "Yo!"
Next Steps:
P.S. More details in Issue #12, and more notes in Issue #15