Compare commits
4 Commits
3fe16ce15e
...
6a88430c73
Author | SHA1 | Date | |
---|---|---|---|
|
6a88430c73 | ||
|
e9323816a0 | ||
|
5787cb7516 | ||
|
4767c4ab44 |
2
apache.md
Normal file
2
apache.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
to enable a module like php7.2 you would
|
||||||
|
`sudo a2enmod php7.2`
|
@ -99,7 +99,7 @@ this will prompt smtp setup
|
|||||||
|
|
||||||
compilation failed, complained about memory
|
compilation failed, complained about memory
|
||||||
|
|
||||||
setup service files:
|
setup nginx files:
|
||||||
```
|
```
|
||||||
cp /home/mastodon/live/dist/nginx.conf /etc/nginx/sites-available/mastodon
|
cp /home/mastodon/live/dist/nginx.conf /etc/nginx/sites-available/mastodon
|
||||||
ln -s /etc/nginx/sites-available/mastodon /etc/nginx/sites-enabled/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
|
then you have to replace example.com with a target domain in the nginx files
|
||||||
using vim -> `:%s/example.com/hptrow.me`
|
using vim -> `:%s/example.com/hptrow.me`
|
||||||
|
|
||||||
|
|
||||||
|
copy sevice files:
|
||||||
|
```
|
||||||
|
cp /home/mastodon/live/dist/mastodon-*.service /etc/systemd/system/
|
||||||
|
```
|
||||||
|
|
||||||
setup load services
|
setup load services
|
||||||
```
|
```
|
||||||
sudo systemctl daemon-reload
|
sudo systemctl daemon-reload
|
||||||
|
5
python_data.md
Normal file
5
python_data.md
Normal 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
|
Loading…
Reference in New Issue
Block a user