Compare commits
No commits in common. "6a88430c73c94b6c5c4204bd17d04b6a9e35e637" and "3fe16ce15e5947c9417c32e504b5837431f01d56" have entirely different histories.
6a88430c73
...
3fe16ce15e
@ -99,7 +99,7 @@ this will prompt smtp setup
|
|||||||
|
|
||||||
compilation failed, complained about memory
|
compilation failed, complained about memory
|
||||||
|
|
||||||
setup nginx files:
|
setup service 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,12 +108,6 @@ 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
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
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