Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fchristenson/portfolio
https://github.com/fchristenson/portfolio
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fchristenson/portfolio
- Owner: fChristenson
- Created: 2020-07-11T14:24:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T06:44:44.000Z (about 2 years ago)
- Last Synced: 2023-08-20T07:22:03.303Z (over 1 year ago)
- Language: HTML
- Size: 6.79 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Portfolio
Example project for setting up a portfolio site
## Notes
> Can you make a video about how to setup a portfolio site and what to add to it?
## Install on EC2 instance
0. ssh in to instance
1. Run `curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash`
2. Run `source ~/.bashrc`
3. Run `nvm install 14.5.0`
4. Run `git clone https://github.com/fChristenson/portfolio.git`
5. Run `cd portfolio`
6. Run `npm i`
7. Run `chmod +x run.sh`
8. Run `chmod +x setup.sh`
9. Run `./setup.sh`
10. Run `sudo apt-get update -y`
11. Run `sudo apt-get install iptables-persistent`
12. When prompted if you want `iptables-persistent` to handle loading firewall rules click `yes`