-
Notifications
You must be signed in to change notification settings - Fork 2
Getting Started
Before worrying about hosting and domains and SSL certs you should run the project on your own computer to see if it is right for you.
For those who know how to use Git and Deno, you can just clone the project and run the following Deno task:
deno task dev
To see all tasks available to you, run deno task.
For those who don't, go to the releases page and open the assets folder. Download both the source code (zip) and the Cakelandish executable for whatever operating system you are using (the binaries are large, sorry).
Once downloaded, unzip the contents out and move your Cakelandish executable file inside the unzipped folder. You may have to give it executable permissions first (ex. chmod +x Cakelandish-linux-x86_64). Try executing the file in your terminal, and if you see the following then the server is working!
Starting server
Initializing database...
No database.json found in root directory. Initializing new file.
Database ready. Generating feeds...
Feeds ready. Synchronizing database with static contents...
Synchronization complete. Cakelandish ready for use!
Once it's running, open your browser and go to http://localhost:8000. You should see the following webpage:

You're ready to test out the project's features!