Compare commits

...

4 Commits

Author SHA1 Message Date
fleetside72
6a88430c73 Merge branch 'master' of gitea.hptrow.me:pt/notes 2020-04-17 01:37:57 -04:00
Paul Trowbridge
e9323816a0 python data sets 2020-04-17 01:36:41 -04:00
Paul Trowbridge
5787cb7516 add note on enabling php 2020-04-10 23:15:32 -04:00
Paul Trowbridge
4767c4ab44 mastodon 2020-03-25 21:54:22 -04:00
3 changed files with 14 additions and 1 deletions

2
apache.md Normal file
View File

@ -0,0 +1,2 @@
to enable a module like php7.2 you would
`sudo a2enmod php7.2`

View File

@ -99,7 +99,7 @@ this will prompt smtp setup
compilation failed, complained about memory
setup service files:
setup nginx files:
```
cp /home/mastodon/live/dist/nginx.conf /etc/nginx/sites-available/mastodon
ln -s /etc/nginx/sites-available/mastodon /etc/nginx/sites-enabled/mastodon
@ -108,6 +108,12 @@ ln -s /etc/nginx/sites-available/mastodon /etc/nginx/sites-enabled/mastodon
then you have to replace example.com with a target domain in the nginx files
using vim -> `:%s/example.com/hptrow.me`
copy sevice files:
```
cp /home/mastodon/live/dist/mastodon-*.service /etc/systemd/system/
```
setup load services
```
sudo systemctl daemon-reload

5
python_data.md Normal file
View File

@ -0,0 +1,5 @@
tutorial on python for working with data:
https://www.youtube.com/watch?v=r-uOLxNrNk8&feature=youtu.be
the littlest jupyter
http://tljh.jupyter.org/en/latest/install/custom-server.html