Skip to content

Commit 96cf333

Browse files
committed
updated readme
1 parent 551e8f0 commit 96cf333

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

README.md

+3-20
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ pick and choose the pieces you wish to use.
88

99
NOTE: THIS IS ALPHA SOFTWARE, BASED UPON ALPHA VERSIONS OF Om. THIS IS NOT READY FOR PRODUCTION.
1010

11-
MORE DOCUMENTATION COMING VERY SOON, including an Untangled Tutorial that rounds out what we started
12-
with the Om Tutorial.
13-
1411
We're developing this framework as part of our core software stack at NAVIS for production applications.
1512
We will not consider this framework stable until Om becomes stable.
1613

@@ -58,27 +55,13 @@ that support can diagnose issues by watching what the user saw. Including server
5855
- Lein task to turn po files into loadable cljs translation modules.
5956
- Untangled Lein Template (IN PROGRESS: 50%, not deployed to clojars)
6057
- A full stack sample application
61-
- Untangled TodoMVC (IN PROGRESS: 95%)
58+
- Untangled TodoMVC
6259
- An implementation of the standard Todo MVC application.
6360
- Two versions: One client-only. One with full-stack persistence, optimistic updates, support VCR Viewer.
6461

6562
## This Repository
6663

67-
This Repository is meant to house a simple demo project and the website files. It is in development, and the project
68-
that exists is not very impressive (though it does demonstrate a full-stack with initial and lazy loading). A more
69-
complete project is in the untangled-todomvc repository.
70-
71-
## Understanding/Using the Code in this Repository
72-
73-
### Configure the web server
74-
75-
The server-side of Untangled requires you have a local web server configuration. There
76-
will always need to be a default file (already included) that specifies all
77-
parameters for the server components. However, the server will not start unless
78-
you define (and create) a localized configuration file with overrides (which can contain just an
79-
empty map).
80-
81-
Copy `resources/config/defaults.edn` to `/usr/local/etc/app.edn`.
64+
This Repository is meant to house the website files.
8265

83-
You'll note that the web server port is the only parameter for this application.
66+
See untangled-todomvc for a complete project.
8467

0 commit comments

Comments
 (0)