website_setup_and_hosting_features
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
website_setup_and_hosting_features [2023/05/22 17:19] – ["Sugar" (Advanced Stuff)] added an initial wiki for blogging with Zen Static kashifshah | website_setup_and_hosting_features [2024/06/18 08:37] (current) – ["Sugar" (Advanced Stuff)] dbohdan | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== WWW Website Setup and Hosting Features ====== | ||
+ | |||
+ | ==== Basics ==== | ||
+ | * [[Building a Website on SDF]] | ||
+ | * [[Resources for Website Builders]] | ||
+ | * [[Custom Error Pages for Your Site]] | ||
+ | * Hosting your own Web Domain on SDF with [[vhost|VHOST]] | ||
+ | |||
+ | ==== " | ||
+ | Here are some cool things you can add to your web site: | ||
+ | * [[A Simple PHP/SQLite Download Counter]] | ||
+ | * [[Securing Files with PHP Sessions]] | ||
+ | * [[htaccess_recipes| Setting up .htaccess]] - Useful .htaccess tips and tricks for the Apache HTTP server | ||
+ | * [[CGI Programming]] | ||
+ | * [[ssi|How to enable Server Side Includes (SSI)]] | ||
+ | * Static Site Generation | ||
+ | * [[Blogging with Jekyll]] - a simple, blog aware, static site generator | ||
+ | * [[Blogging with Zen Static]] - zs is an extremely minimal static site generator written in Go. | ||
+ | * [[A Simple Static Site Generator]] - for HTML and Markdown pages | ||
+ | |||
+ | |||
+ | ==== Your Own Webserver on the MetaArray ==== | ||
+ | |||
+ | Here are ways you can set up your own Web Server tech on the [[metaarray|The MetaArray]]. You will be using your [[meta_port_allocation|Allocated Port]] to set up a server. Some examples are: | ||
+ | * [[Ruby on Rails]] | ||
+ | * [[building_a_basic_ruby_on_rails_application|Building a Basic Ruby on Rails Application]] | ||
+ | * [[NodeJs on MetaArray]] | ||
+ | * [[Java Jetty Server on MetaArray]] | ||