Skip to content

11/03 Meeting Notes & Next Steps #16

@EmilyVam

Description

@EmilyVam

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions