The backend for the AiteStory website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gisle Aune fb9e43ba12 Massive overhaul, fixing menus and changing template engine. Added /month/ and /author/ filters 7 years ago
controllers Massive overhaul, fixing menus and changing template engine. Added /month/ and /author/ filters 7 years ago
formparser Bugfixes and freedback addressing 2 7 years ago
model Massive overhaul, fixing menus and changing template engine. Added /month/ and /author/ filters 7 years ago
server Changed hard-coded values to config options 7 years ago
view Massive overhaul, fixing menus and changing template engine. Added /month/ and /author/ filters 7 years ago
viewmodel Massive overhaul, fixing menus and changing template engine. Added /month/ and /author/ filters 7 years ago
.gitignore Added .gitignore to prevent binaries being pushed. 7 years ago
aitestory.json Changed hard-coded values to config options 7 years ago
main.go Massive overhaul, fixing menus and changing template engine. Added /month/ and /author/ filters 7 years ago
readme.md Initial Commit 7 years ago
tables.sql Bugfixes and freedback addressing 7 years ago

readme.md

AiteStory

See this wiki.aiterp.net article for whatever passes for a requirement specification around here.

Installing

I've only made this to be able to run it on Linux, since that's how it is where this project will be deployed. Ubuntu on Windows will work, too. Running on Windows might work, but you're on your own.

  1. Make sure golang is installed and the build tools are
  2. go get git.aiterp.net/AiteRP/aitestory
  3. git clone git.aiterp.net/AiteRP/aitestory-ui into another directory
  4. Check config.json
  5. Start it