Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

11/03 Meeting Notes & Next Steps #16

Open
1 task
EmilyVam opened this issue Nov 4, 2015 · 0 comments
Open
1 task

11/03 Meeting Notes & Next Steps #16

EmilyVam opened this issue Nov 4, 2015 · 0 comments

Comments

@EmilyVam
Copy link
Collaborator

EmilyVam commented Nov 4, 2015

Notes

  • Display all existing branches:
git branch -vaa

If you want to checkout any remote branch:

git checkout remotes/origin/SomeBranch
  • Training Wheels:

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:

  • Modify the templates/base.html file to make the button works for download.

P.S. More details in Issue #12, and more notes in Issue #15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants