https://github.com/intermine/training-portal
Portal for training resources for InterMine.
https://github.com/intermine/training-portal
Last synced: 2 months ago
JSON representation
Portal for training resources for InterMine.
- Host: GitHub
- URL: https://github.com/intermine/training-portal
- Owner: intermine
- License: mit
- Created: 2020-06-03T11:34:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T16:20:49.000Z (over 4 years ago)
- Last Synced: 2025-05-13T19:32:38.735Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.21 MB
- Stars: 6
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
InterMine Training Portal
===
If you want to run this repository locally - First clone or download this repo.
## Step 1: Install Hugo
If you haven't installed hugo yet, open your terminal window and run this command:
```
brew install hugo
```
To verify your install, run this command:
```
hugo version
```
To install hugo for Windows visit this [link](https://gohugo.io/getting-started/installing) and follow the installation instructions.
If you already have Hugo, skip step 1 and go straight to step 2
## Step 2: Run hugo server in the repository
In the root folder of this repo you downloaded just now, run this command:
```
hugo server
```
Then the whole content will be displayed on http://localhost:1313/training-portal/, all you have to do is open your browser and paste the given link.
## Appendix
For more tutorials of Hugo, you can visit https://gohugo.io/.
Have some suggestions or questions? Welcome to open an issue!
### Deployment
This repository uses GitHub Actions to automatically deploy any changes pushed to the master branch to GitHub Pages. The website is deployed to: http://intermine.org/training-portal/
## License
MIT