An framework in early stage for hast, with simple UI based on web.
Dalahast is mainly designed for understanding how to use hast right now, so I do not recommend to use this project in serious project, not to mention production environment. It doesn't mean that dalahast is completed. I'm still trying to make it as a robust framework.
- More information in Run on Docker wiki page.
- You can skip Prerequisites and Installing sections.
- hast is running well.
- hast_web library is in the include path.
sqlite-devel
andopenssl-devel
is required. You can install this via package manager like:
yum install sqlite-devel openssl-devel
apt-get install libsqlite3-dev libssl-dev
- A simple web server locate root at
html
folder. If you havepython
installed in your computer, you can simply run this command underhtml
folder:
python -m SimpleHTTPServer 8888
(I'm still learning auto-configure and make, so right now the installation is quite "hand-made")
- Copy the
dalahast
folder to your system include path.
- Information in Initiate dalahast wiki page.
- This project use an excellent js library called sigma.js for web rendering.
This project is still in developed and maintained. Open an issue if you discover some problems.