BIDS-collaborative / brainspell

brainspell is a web platform to facilitate the creation of an open, human-curated, classification of the neuroimaging literature
https://gitter.im/BIDS-collaborative/brainspell
2 stars 6 forks source link

11/03 Meeting Notes & Next Steps #16

Open EmilyVam opened 8 years ago

EmilyVam commented 8 years ago

Notes

git branch -vaa

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