paul-shannon / slexil

Software Linking Elan Xml to Illuminated Language
MIT License
0 stars 1 forks source link

figuring out ualberta deployment #43

Closed paul-shannon closed 5 years ago

paul-shannon commented 5 years ago

@davidjamesbeck Just checked in slexil/explorations/webDeploy/gunicornTinyDemo/ to help us bootstrap our way into understanding deployment of slexil for the public at ualberta. It is a very simple start.

I also wrote you and Michael directly, hoping to enlist him in this incremental approach.

davidjamesbeck commented 5 years ago

Good idea. I also found this on YouTube

https://www.youtube.com/watch?v=tpn-5qPnrrc

I haven’t finished watching it, but it might give us a hint.

David

On Jul 13, 2019, at 10:41 AM, Paul Shannon notifications@github.com wrote:

@davidjamesbeck Just checked in slexil/explorations/webDeploy/gunicornTinyDemo/ to help us bootstrap our way into understanding deployment of slexil for the public at ualberta. It is a very simple start.

I also wrote you and Michael directly, hoping to enlist him in this incremental approach.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

paul-shannon commented 5 years ago

@davidjamesbeck: Some success to report. I cloned the current slexil onto dbeck01, created a virtual enviroment, pip'd all the required packages, ran all the tests. See below.

Perhaps you could do the same?

Then the next step might be to

connect vpn: vpn.ualberta.net
login
mkdir ~/github
cd ~/github
git clone https://paul-shannon@github.com/paul-shannon/slexil.git

sudo apt install python-pip      # gKx&4Lvj
pip install --user virtualenv 
cd ~/github/slexil/tests
~/.local/bin/virtualenv --python=/usr/bin/python3 ./py368
source py368/bin/activate
(py368) pshannon@dbeck01:~/github/slexil/tests$ pip install -r ../requirements.txt
make   # all tests pass
davidjamesbeck commented 5 years ago

Okay. It has to wait until I’m back in Edmonton on the 16th, though. I apparently don’t have any of my artsrn passwords with me :-(

Great news, though. I’m looking forward to having this up and running

David

On Aug 7, 2019, at 11:40 AM, Paul Shannon notifications@github.com wrote:

@davidjamesbeck https://github.com/davidjamesbeck: Some success to report. I cloned the current slexil onto dbeck01, created a virtual enviroment, pip'd all the required packages, ran all the tests. See below.

Perhaps you could do the same?

Then the next step might be to

start gunicorn configure apache to redirect to gunicorn connect vpn: vpn.ualberta.net login mkdir ~/github cd ~/github git clone https://paul-shannon@github.com/paul-shannon/slexil.git

sudo apt install python-pip # gKx&4Lvj pip install --user virtualenv cd ~/github/slexil/tests ~/.local/bin/virtualenv --python=/usr/bin/python3 ./py368 source py368/bin/activate (py368) pshannon@dbeck01:~/github/slexil/tests$ pip install -r ../requirements.txt make # all tests pass — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/paul-shannon/slexil/issues/43?email_source=notifications&email_token=AKN4HBTYDGFPEEUMSDRDYFLQDMJKBA5CNFSM4IC7FFM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3ZK2MY#issuecomment-519220531, or mute the thread https://github.com/notifications/unsubscribe-auth/AKN4HBWRYRQMOWNZ77DP4MLQDMJKBANCNFSM4IC7FFMQ.

paul-shannon commented 5 years ago

I’ll try to complete the gunicorn/redirect/etc steps in the next few days. If our luck holds, you will return to an actually deployed website.

On Aug 7, 2019, at 11:48 AM, David Beck notifications@github.com wrote:

Okay. It has to wait until I’m back in Edmonton on the 16th, though. I apparently don’t have any of my artsrn passwords with me :-(

Great news, though. I’m looking forward to having this up and running

David

On Aug 7, 2019, at 11:40 AM, Paul Shannon notifications@github.com wrote:

@davidjamesbeck https://github.com/davidjamesbeck: Some success to report. I cloned the current slexil onto dbeck01, created a virtual enviroment, pip'd all the required packages, ran all the tests. See below.

Perhaps you could do the same?

Then the next step might be to

start gunicorn configure apache to redirect to gunicorn connect vpn: vpn.ualberta.net login mkdir ~/github cd ~/github git clone https://paul-shannon@github.com/paul-shannon/slexil.git

sudo apt install python-pip # gKx&4Lvj pip install --user virtualenv cd ~/github/slexil/tests ~/.local/bin/virtualenv --python=/usr/bin/python3 ./py368 source py368/bin/activate (py368) pshannon@dbeck01:~/github/slexil/tests$ pip install -r ../requirements.txt make # all tests pass — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/paul-shannon/slexil/issues/43?email_source=notifications&email_token=AKN4HBTYDGFPEEUMSDRDYFLQDMJKBA5CNFSM4IC7FFM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3ZK2MY#issuecomment-519220531, or mute the thread https://github.com/notifications/unsubscribe-auth/AKN4HBWRYRQMOWNZ77DP4MLQDMJKBANCNFSM4IC7FFMQ.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.