Skip to content

Commit 36cdbb2

Browse files
author
Nils Graef
committed
replace soloist.ai/openmachine by openmachine.ai
1 parent b7a4997 commit 36cdbb2

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
This repo contains the source code 'index.html' for our website https://openmachine.ai/
22

3+
Latest notes on how we generated the latest `index.html`:
4+
- Created the website in Mozilla soloist.ai at https://soloist.ai/openmachine
5+
- Then opened [the website](https://soloist.ai/openmachine) in Chrome browser and saved it via `Menu -> File -> Save Page As .. -> Webpage complete`. This downloads a folder called `OpenMachine_files` and a file `OpenMachine.htm`. Then stored the folder and the file in this github repo.
6+
- Then copy the file to `index.htm` and replace `soloist.ai/openmachine` by `openmachine.ai` as follows:
7+
- `cp OpenMachine.htm index.html`
8+
- `sed -i .bak 's:soloist.ai/openmachine:openmachine.ai:g' OpenMachine.htm`
9+
310
Hosting is done via GitHub Pages (because it's free). And we use namecheap for our domain name:
411
- Setup on namecheap:
512
- navigate to the `Domain List` and click on `Manage` to the far right of your domain name.

0 commit comments

Comments
 (0)